TypeScript/tests/baselines/reference/quotedFunctionName1.types
2014-08-15 14:37:48 -07:00

7 lines
106 B
Plaintext

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