TypeScript/tests/cases/compiler/stringLiteralObjectLiteralDeclaration1.ts
2014-07-12 17:30:19 -07:00

5 lines
75 B
TypeScript

// @declaration: true
module m1 {
export var n = { 'foo bar': 4 };
}