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

7 lines
83 B
JavaScript

class Foo extends Bar {
constructor() {
this.foo = "bar";
super();
}
}