blob: 54bd69ab2a9572cdc5b3d0a54d4d6a497e9b475f [file] [log] [blame]
public class TestSubclass extends Test {
@java.lang.Override
void x() {
xx();
}
}