TypeScript/tests/cases/fourslash/numericPropertyNames.ts

6 lines
162 B
TypeScript
Raw Normal View History

2014-10-07 20:30:27 +02:00
/// <reference path='fourslash.ts'/>
////var /**/t2 = { 0: 1, 1: "" };
goTo.marker();
verify.quickInfoIs('(var) t2: {\n 0: number;\n 1: string;\n}');