TypeScript/tests/cases/compiler/stringPropCodeGen.ts

13 lines
96 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
var a = {
"foo" : function() { },
"bar" : 5
};
a.foo();
a.bar.toString();