2014-11-23 16:17:49 +11:00

7 lines
90 B
JavaScript

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