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