TypeScript/tests/baselines/reference/parserMethodSignature7.types

8 lines
244 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/MethodSignatures/parserMethodSignature7.ts ===
interface I {
2015-04-13 23:01:57 +02:00
>I : I, Symbol(I, Decl(parserMethodSignature7.ts, 0, 0))
2014-08-15 23:33:16 +02:00
"G"<T>();
2015-04-13 23:01:57 +02:00
>T : T, Symbol(T, Decl(parserMethodSignature7.ts, 1, 6))
2014-08-15 23:33:16 +02:00
}