Fix two exceptions in "Convert concatenation to template

So #KT-23045 Fixed
So #KT-23045 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-03-22 11:30:21 +03:00
committed by Mikhail Glukhikh
parent 7328f75103
commit 26dc5840f1
4 changed files with 16 additions and 7 deletions
@@ -0,0 +1,2 @@
// DISABLE-ERRORS
val foo = "foo" + ' "' + "bar" + ' ""'<caret>