blob: 88710e5beab5bbc1a6602a8e30b8c6f90ccc81a8 [file] [log] [blame]
class Test {
public void context() {
method();
}
public void method() {}
}