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

8 lines
122 B
Plaintext

=== tests/cases/compiler/classMethodWithKeywordName1.ts ===
class C {
>C : C
static try() {}
>try : () => void
}