=== tests/cases/compiler/stringLiteralPropertyNameWithLineContinuation1.ts === var x = {'text\ >x : { 'text\ ': string; } >{'text\':'hello'} : { 'text\ ': string; } ':'hello'} x.text = "bar" >x.text = "bar" : string >x.text : string >x : { 'text\ ': string; } >text : string