TypeScript/tests/baselines/reference/classMethodWithKeywordName1.types

8 lines
122 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/classMethodWithKeywordName1.ts ===
class C {
>C : C
static try() {}
>try : () => void
}