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