Files
kotlin-fork/idea/testData/intentions/convertToStringTemplate/invalidChar.kt
T
Toshiaki Kameyama 26dc5840f1 Fix two exceptions in "Convert concatenation to template
So #KT-23045 Fixed
So #KT-23045 Fixed
2018-03-23 09:36:49 +03:00

2 lines
63 B
Kotlin
Vendored

// DISABLE-ERRORS
val foo = "foo" + ' "' + "bar" + ' ""'<caret>