TypeScript/tests/cases/fourslash_old/typeCheckIndexSignature.ts
2014-07-12 17:30:19 -07:00

11 lines
256 B
TypeScript

/// <reference path="fourslash.ts" />
//// function method() {
//// var dictionary = <{ [index: string]: string; }>{};
//// }
////
edit.disableFormatting(); // Disregard, just here to keep Fourslash happy
diagnostics.validateTypesAtPositions(44);