TypeScript/tests/cases/fourslash/quickInfoDisplayPartsVarWithStringTypes01.ts

7 lines
206 B
TypeScript
Raw Normal View History

2015-10-08 23:36:36 +02:00
/// <reference path='fourslash.ts'/>
////let /*1*/hello: "hello" | 'hello' = "hello";
////let /*2*/world: 'world' = "world";
////let /*3*/helloOrWorld: "hello" | 'world';
verify.baselineQuickInfo();