TypeScript/tests/baselines/reference/quotedPropertyName2.types
2014-08-15 14:37:48 -07:00

7 lines
112 B
Plaintext

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