2018-01-09 15:36:42 +01:00

8 lines
103 B
JavaScript

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