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

8 lines
91 B
JavaScript

class Foo extends Bar {
constructor() {
super(() => {
this.test;
});
}
}