Fix useless "Remove curly braces" before Chinese character
So #KT-20409 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
912ddfcb2b
commit
2121322665
@@ -0,0 +1,4 @@
|
||||
// "Remove 'toString()' call" "true"
|
||||
|
||||
val foo = "test"
|
||||
val bar = "${foo.toString()<caret>}_"
|
||||
+4
@@ -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>}コトリン"
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Remove 'toString()' call" "true"
|
||||
|
||||
val foo = "test"
|
||||
val bar = "${foo<caret>}コトリン"
|
||||
Reference in New Issue
Block a user