5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
let _a;
|
|
class A {
|
|
[_a = Symbol.iterator]() { }
|
|
}
|
|
__decorate([decorator], A.prototype, _a, null); |