Introduce Variable: Support extraction of string template fragments
#KT-2089 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
fun foo(a: Int): String {
|
||||
val x = "-$a"
|
||||
val y = "x${a}y"
|
||||
val z = "x$ay"
|
||||
return "abc<selection>${a}</selection>def"
|
||||
}
|
||||
Reference in New Issue
Block a user