TypeScript/tests/cases/fourslash/quickInfoOnGenericClass.ts

8 lines
157 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts'/>
////class Contai/**/ner<T> {
//// x: T;
////}
goTo.marker();
2014-10-01 01:53:10 +02:00
verify.quickInfoIs('class Container<T>', null);