From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: Tom Tromey Cc: Subject: Re: Java parser cannot handle foo[].class Date: Tue, 28 Nov 2000 22:40:00 -0000 Message-id: References: <87u28r4ko4.fsf@creche.cygnus.com> X-SW-Source: 2000-q4/msg00280.html public class s { public static void main (String[] args) { System.out.println (String[].class); } } I was able to reproduce the problem with the program shown above, but haven't had time to investigate further. Ben