Completed
This commit is contained in:
4
test/snapshots/computedProperties/input.txt
Normal file
4
test/snapshots/computedProperties/input.txt
Normal file
@ -0,0 +1,4 @@
|
||||
class A {
|
||||
@decorator
|
||||
[Symbol.iterator]() {}
|
||||
}
|
5
test/snapshots/computedProperties/output.txt
Normal file
5
test/snapshots/computedProperties/output.txt
Normal file
@ -0,0 +1,5 @@
|
||||
let _a;
|
||||
class A {
|
||||
[_a = Symbol.iterator]() { }
|
||||
}
|
||||
__decorate([decorator], A.prototype, _a, null);
|
Reference in New Issue
Block a user