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

7 lines
206 B
TypeScript

/// <reference path='fourslash.ts'/>
////let /*1*/hello: "hello" | 'hello' = "hello";
////let /*2*/world: 'world' = "world";
////let /*3*/helloOrWorld: "hello" | 'world';
verify.baselineQuickInfo();