TypeScript/tests/baselines/reference/quotedFunctionName2.types

7 lines
113 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/quotedFunctionName2.ts ===
class Test1 {
>Test1 : Test1
2014-08-15 23:33:16 +02:00
static "prop1"() { }
}