DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / cases / compiler / stringPropCodeGen.ts
123456789101112
var a = { "foo" : function() { }, "bar" : 5 }; a.foo(); a.bar.toString();