Support static members

This commit is contained in:
proteriax
2021-07-22 10:14:10 -04:00
parent 563d5d9c34
commit 904229a885
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,5 @@
class A {
@dec prop: string
@dec @dec2 prop2: string
@dec static staticProp: number
}