This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Names v. field access
- From: Tom Tromey <tromey at redhat dot com>
- To: Ralph Loader <suckfish at ihug dot co dot nz>
- Cc: java at gcc dot gnu dot org
- Date: 30 Sep 2003 15:21:29 -0600
- Subject: Re: Names v. field access
- References: <1064955206.13456.260.camel@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Ralph" == Ralph Loader <suckfish@ihug.co.nz> writes:
Ralph> Reading the java language spec, I think the code below is invalid, but
Ralph> both gcj and sun's javac accept it.
I agree.
Ralph> Should we follow what sun says or what sun does?
Let's follow the language specification.
Tom