52d72ab920
So #KT-23608 Fixed
5 lines
93 B
Kotlin
Vendored
5 lines
93 B
Kotlin
Vendored
// "Convert too long character literal to string" "true"
|
|
|
|
fun foo() {
|
|
'foo\"bar'<caret>
|
|
} |