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

7 lines
90 B
JavaScript

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