blob: 906e5d8be0816d0a800ea207b0f79d34e457ee02 [file] [log] [blame]
class Inheritor extends Test {
Wrapper foo() {
return new Wrapper("");
}
void bar(Test t) {
String s = t.foo().getValue();
}
}