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

8 lines
122 B
Plaintext

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