blob: 277eb727c72fe1b5700bb2e12686fd652a880adf [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;
}