85cd1e938e
So #KT-23788 Fixed
7 lines
155 B
Kotlin
Vendored
7 lines
155 B
Kotlin
Vendored
// "Convert too long character literal to string" "false"
|
|
// ACTION: Introduce local variable
|
|
// ERROR: Illegal escape: ''\''
|
|
|
|
fun foo() {
|
|
'\'<caret>
|
|
} |