TypeScript/tests/baselines/reference/autoAsiForStaticsInClassDeclaration.types

11 lines
144 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/autoAsiForStaticsInClassDeclaration.ts ===
class C {
>C : C
static x
>x : any
static y
>y : any
}