TypeScript/tests/cases/fourslash/numericPropertyNames.ts

6 lines
150 B
TypeScript
Raw Normal View History

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