blob: 5ddd101a15b8656e8c726e16be16e22cc884da57 [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;
}