blob: 71d6fecba826524110195a07c39808dcf2065ca6 [file] [log] [blame]
class Test {
void foo() {
Test s = new Test();
s.bar();
}
void bar() {}
}