blob: fe1a948c5c3ca8d43de70f9302eafad68a6eac57 [file] [log] [blame]
// "Convert too long character literal to string" "true"
// ERROR: Illegal escape: '\ '
fun foo() {
"\ bar"
}