TypeScript/tests/baselines/reference/quotedFunctionName2.types

7 lines
164 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/quotedFunctionName2.ts ===
class Test1 {
2015-04-13 23:01:57 +02:00
>Test1 : Test1, Symbol(Test1, Decl(quotedFunctionName2.ts, 0, 0))
2014-08-15 23:33:16 +02:00
static "prop1"() { }
}