TypeScript/tests/cases/fourslash/arrayConcatTypeCheck0.ts
2015-03-02 14:41:44 -08:00

17 lines
266 B
TypeScript

/// <reference path="fourslash.ts" />
//// var a = [];
//// a.concat("hello"/*1*/);
////
//// a.concat('Hello');
////
//// var b = new Array();
//// b.concat('hello');
////
edit.disableFormatting();
goTo.marker('1');
edit.insert(", 'world'");