blob: 68153f1aa7c2ecd46a720402bf7acfaca0cebe07 [file] [log] [blame]
public class Foo {
public int i;
public int <caret>method() {
return this.i;
}
}