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

7 lines
156 B
Plaintext

=== tests/cases/compiler/quotedPropertyName2.ts ===
class Test1 {
>Test1 : Symbol(Test1, Decl(quotedPropertyName2.ts, 0, 0))
static "prop1" = 0;
}