7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
class Foo {
|
|
bar() {
|
|
super.bar.apply(this, babelHelpers.toConsumableArray(args));
|
|
}
|
|
|
|
}
|