Add more tests

This commit is contained in:
proteriax
2021-07-22 11:10:02 -04:00
parent 6121d64756
commit 6f28290529
4 changed files with 34 additions and 3 deletions

View File

@ -2,4 +2,11 @@ class A {
@dec prop: string
@dec @dec2 prop2: string
@dec static staticProp: number
@called() service: Service
ignored: boolean
}
@Service()
export class B {
@Service() remote!: Service
}