From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: Richard Hussong Cc: Subject: Re: Java parser cannot handle foo[].class Date: Tue, 28 Nov 2000 17:22:00 -0000 Message-id: References: <2hl82t0gkumj7g2o4sidskgacu6pkeg8me@4ax.com> X-SW-Source: 2000-q4/msg00279.html If a Java source contains the construct "foo[].class", where "foo" is a class name, the parser gets an "abnormal program termination", with text Error: put_symbol argument #3 must not be empty [...] Can you provide a more complete test case, that can be fed straight into the parser? I'm not very fluent in Java. Ben