blob: bb04cd65955cf424e037b063c2b25886c065f85c [file] [log] [blame]
public static void run(String args[]) {
Runnable a = new Runnable() {
public void run() {
// The following line is a problem
}};
int b = 42;
}