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