ExpressionReplacementPerformer: handle string templates accurately
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
fun bar() = ""
|
||||
val y = "!!x=${<caret>bar()}!!"
|
||||
}
|
||||
Reference in New Issue
Block a user