TypeScript/tests/cases/fourslash/emptyArrayInference.ts

10 lines
205 B
TypeScript
Raw Normal View History

2014-10-07 20:30:27 +02:00
/// <reference path='fourslash.ts'/>
////var x/*1*/x = true ? [1] : [undefined];
////var y/*2*/y = true ? [1] : [];
2016-09-09 18:02:55 +02:00
verify.quickInfos({
1: "var xx: number[]",
2: "var yy: number[]"
});