Completed
This commit is contained in:
7
test/snapshots/methods/output.txt
Normal file
7
test/snapshots/methods/output.txt
Normal file
@ -0,0 +1,7 @@
|
||||
import { __decorate } from "tslib";
|
||||
|
||||
class A {
|
||||
method(): string {}
|
||||
}
|
||||
|
||||
__decorate([dec], A.prototype, "method", null);
|
Reference in New Issue
Block a user