TypeScript/tests/cases/fourslash/quickInfoOnGenericWithConstraints1.ts

9 lines
213 B
TypeScript
Raw Normal View History

2014-10-01 01:53:10 +02:00
/// <reference path='fourslash.ts'/>
////interface Fo/*1*/o<T/*2*/T extends Date> {}
2016-09-09 18:02:55 +02:00
verify.quickInfos({
1: "interface Foo<TT extends Date>",
2: "(type parameter) TT in Foo<TT extends Date>"
});