Files
kotlin-fork/idea/testData/intentions/convertToStringTemplate/escapedQuote.kt
T
Mikhail Glukhikh 6d9457853e Fix handling of characters in "convert to string template"
So #KT-23045 Fixed
So #KT-23046 Fixed
2018-04-03 18:26:25 +03:00

4 lines
96 B
Kotlin
Vendored

// IS_APPLICABLE: false
// SKIP_ERRORS_BEFORE
// SKIP_ERRORS_AFTER
val foo = '\"' + "foo"<caret>