TypeScript/tests/cases/compiler/quotedFunctionName2.ts
2014-07-12 17:30:19 -07:00

3 lines
40 B
TypeScript

class Test1 {
static "prop1"() { }
}