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

7 lines
150 B
Plaintext

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