TypeScript/tests/cases/fourslash/quickInfoDisplayPartsTypeParameterInTypeAlias.ts

6 lines
167 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
////type /*0*/List</*1*/T> = /*2*/T[]
2015-08-26 01:53:12 +02:00
////type /*3*/List2</*4*/T extends string> = /*5*/T[];
verify.baselineQuickInfo();