TypeScript/tests/baselines/reference/classMethodWithKeywordName1.symbols
2015-04-15 16:44:20 -07:00

8 lines
221 B
Plaintext

=== tests/cases/compiler/classMethodWithKeywordName1.ts ===
class C {
>C : Symbol(C, Decl(classMethodWithKeywordName1.ts, 0, 0))
static try() {}
>try : Symbol(C.try, Decl(classMethodWithKeywordName1.ts, 0, 9))
}