This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
Re: gcj/288: Cannot refer to inner static class
- To: apbianco at cygnus dot com
- Subject: Re: gcj/288: Cannot refer to inner static class
- From: Mark Wielaard <mark at klomp dot org>
- Date: 19 Jul 2000 12:16:01 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Mark Wielaard <mark at klomp dot org>
The following reply was made to PR gcj/288; it has been noted by GNATS.
From: Mark Wielaard <mark@klomp.org>
To: osk@hem.passagen.se
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/288: Cannot refer to inner static class
Date: Wed, 19 Jul 2000 14:07:07 +0200
Hi,
Note that as a workaround you can write Outer$InnerStatic.
Mark