Files
kotlin-fork/idea/testData/quickfix/tooLongCharLiteralToString/backslashShouldNotBeEscaped.kt
T

5 lines
93 B
Kotlin
Vendored

// "Convert too long character literal to string" "true"
fun foo() {
'foo\nbar'<caret>
}