blob: 4b57374ca547e3f86f3cf5332b0ddf58bfa4288c [file] [log] [blame]
package test0465;
public class A {
int i;
public int foo() {
return this.i;
}
}