2014-10-18 15:42:36 +11:00

7 lines
86 B
JavaScript

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