Java parser cannot handle foo[].class

Ben Elliston bje@redhat.com
Tue Nov 28 22:40:00 GMT 2000


       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



More information about the Sourcenav mailing list