2014-10-11 22:33:08 +11:00

7 lines
94 B
JavaScript

class Test extends Foo {
constructor() {
super.test.whatever();
super.test();
}
}