TypeScript/tests/baselines/reference/classMethodWithKeywordName1.symbols

8 lines
221 B
Plaintext
Raw Normal View History

=== 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))
}