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