TypeScript/tests/cases/fourslash/quickInfoShowsGenericSpecialization.ts

8 lines
159 B
TypeScript
Raw Normal View History

2014-09-30 22:51:47 +02:00
/// <reference path='fourslash.ts'/>
////class A<T> { }
////var /**/foo = new A<number>();
goTo.marker();
verify.quickInfoIs('(var) foo: A<number>');