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

4 lines
45 B
TypeScript

var x = {'text\
':'hello'}
x.text = "bar"