Files
tsc-decorators/test/snapshots/properties/input.txt
2021-07-22 10:14:10 -04:00

6 lines
92 B
Plaintext

class A {
@dec prop: string
@dec @dec2 prop2: string
@dec static staticProp: number
}