10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
class A {
|
|
run() {
|
|
babelHelpers.classStaticPrivateMethodSet(A, A, _method, 2);
|
|
[babelHelpers.classStaticPrivateFieldDestructureSet(A, A, _method).value] = [2];
|
|
}
|
|
|
|
}
|
|
|
|
function _method() {}
|