TypeScript/tests/baselines/reference/parserMethodSignature2.types

8 lines
148 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/MethodSignatures/parserMethodSignature2.ts ===
interface I {
>I : I
B?();
>B : () => any
}