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,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo() {
|
||||
val x = 3
|
||||
val y = "$<caret>{x}コトリン"
|
||||
}
|
||||
Reference in New Issue
Block a user