TypeScript/tests/cases/fourslash/quickInfoOnGenericClass.ts
2016-09-13 11:49:01 -07:00

8 lines
141 B
TypeScript

/// <reference path='fourslash.ts'/>
////class Contai/**/ner<T> {
//// x: T;
////}
verify.quickInfoAt("", "class Container<T>");