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

3 lines
No EOL
41 B
TypeScript

var x;
x.name = "hello";
var z = x + x;