TypeScript/tests/cases/fourslash/commentsUnion.ts
2016-09-13 11:49:01 -07:00

6 lines
273 B
TypeScript

/// <reference path='fourslash.ts' />
////var a: Array<string> | Array<number>;
////a./*1*/length
verify.quickInfoAt("1", "(property) length: number", "Gets or sets the length of the array. This is a number one higher than the highest element defined in an array.");