blob: 39520c12a72b3cea27267eb49d2d7810b1dccd09 [file] [log] [blame]
class TestImpl extends Test {
boolean foo(){
return super.foo();
}
}