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