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

5 lines
92 B
Kotlin
Vendored

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