Re: jikes bug

1998-08-13 Thread Paul Reavis
Albrecht Kleine wrote: > > FYI: jikes 0.36 (announced here on this list some weeks ago) > cannot compile next t.java file: > > -- > import java.awt.*; > import java.awt.event.*; > class t > { > public t() > { > int e = 0;

jikes bug

1998-08-13 Thread Albrecht Kleine
Hi, FYI: jikes 0.36 (announced here on this list some weeks ago) cannot compile next t.java file: -- import java.awt.*; import java.awt.event.*; class t { public t() { int e = 0; Button b = new Button();