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

7 lines
115 B
JavaScript

class Foo {
bar() {
super.bar.apply(this, [arg1, arg2].concat(babelHelpers.toConsumableArray(args)));
}
}