blob: 51b923d46f6d7dad8e878c59bcc71acf1e650e7a [file] [log] [blame]
//package test0240;
//import java.util.*;
//public class Test {
// public int foo() {
// class X {
// int foo() {
// return Test.this.f;
// }
// }
// return new X().foo();
// }
//
// public int f = 0;
//}