85cd1e938e
So #KT-23788 Fixed
6 lines
121 B
Kotlin
Vendored
6 lines
121 B
Kotlin
Vendored
// "Convert too long character literal to string" "true"
|
|
// ERROR: Illegal escape: '\ '
|
|
|
|
fun foo() {
|
|
'\ bar<caret>'
|
|
} |