TypeScript/tests/cases/fourslash/quickInfoDisplayPartsTypeAlias.ts
2016-09-08 12:55:58 -07:00

8 lines
173 B
TypeScript

/// <reference path='fourslash.ts'/>
////class /*1*/c {
////}
////type /*2*/t1 = /*3*/c;
////var /*4*/cInstance: /*5*/t1 = new /*6*/c();
verify.baselineQuickInfo();