TypeScript/tests/baselines/reference/parserMethodSignature10.symbols

7 lines
181 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/parser/ecmascript5/MethodSignatures/parserMethodSignature10.ts ===
interface I {
>I : Symbol(I, Decl(parserMethodSignature10.ts, 0, 0))
1?();
}