TypeScript/tests/cases/fourslash/commentsUnion.ts

6 lines
282 B
TypeScript

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