blob: ec7fb8e9807d0d090dcc6468e52af4aa8a18234a [file] [log] [blame]
class Test {
Object f;
void foo(){}
void bar() {
f.foo();
}
}