blob: 06e70657b957606d34fb7f5e499326bedfb674b0 [file] [log] [blame]
class Z extends Foo {
Z() {
super(5);
}
}