blob: 2b2c3711aa87dbff01d03a3092badda26399646b [file] [log] [blame]
class Y extends X {
public Y() {
}
int bar() {
return 1;
}
}