TypeScript/tests/baselines/reference/quotedFunctionName2.types
2015-04-13 14:29:37 -07:00

7 lines
164 B
Plaintext

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