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

6 lines
128 B
Kotlin
Vendored

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