TypeScript/tests/baselines/reference/autoAsiForStaticsInClassDeclaration.types
2015-04-15 16:44:20 -07:00

11 lines
144 B
Plaintext

=== tests/cases/compiler/autoAsiForStaticsInClassDeclaration.ts ===
class C {
>C : C
static x
>x : any
static y
>y : any
}