5 lines
93 B
Kotlin
Vendored
5 lines
93 B
Kotlin
Vendored
// "Convert too long character literal to string" "true"
|
|
|
|
fun foo() {
|
|
'foo\nbar'<caret>
|
|
} |