Fix useless "Remove curly braces" before Chinese character

So #KT-20409 Fixed
This commit is contained in:
Toshiaki Kameyama
2017-10-02 05:11:29 +03:00
committed by Mikhail Glukhikh
parent 912ddfcb2b
commit 2121322665
8 changed files with 40 additions and 1 deletions
@@ -0,0 +1,4 @@
// "Remove 'toString()' call" "true"
val foo = "test"
val bar = "${foo.toString()<caret>}_"
@@ -0,0 +1,4 @@
// "Remove 'toString()' call" "true"
val foo = "test"
val bar = "${foo<caret>}_"
@@ -0,0 +1,4 @@
// "Remove 'toString()' call" "true"
val foo = "test"
val bar = "${foo.toString()<caret>}コトリン"
@@ -0,0 +1,4 @@
// "Remove 'toString()' call" "true"
val foo = "test"
val bar = "${foo<caret>}コトリン"