TypeScript/tests/baselines/reference/quotedPropertyName2.symbols

7 lines
156 B
Plaintext
Raw Normal View History

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