TypeScript/tests/baselines/reference/quotedPropertyName1.symbols

7 lines
149 B
Plaintext
Raw Normal View History

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