This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/8544] Inner interface's are not know inside package's
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2004 00:43:06 -0000
- Subject: [Bug java/8544] Inner interface's are not know inside package's
- References: <20021112035602.8544.otmar.struwe@web.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2004-01-21 00:43 -------
FYI, you can work around this by writing "StyledText.LineCache"
instead of just "LineCache". I realize this isn't always feasible though.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8544