2014-10-10 15:49:28 +11:00

13 lines
150 B
JavaScript

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