Add more tests
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user