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

8 lines
125 B
Plaintext

=== tests/cases/compiler/quotedPropertyName2.ts ===
class Test1 {
>Test1 : Test1
static "prop1" = 0;
>0 : number
}