Extract Function/Introduce Property: Support extraction of string template fragments
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// SUGGESTED_NAMES: s, getX
|
||||
fun foo(a: Int): String {
|
||||
val x = "xabc$a"
|
||||
val y = "${a}abcx"
|
||||
val z = "xacb$a"
|
||||
return "<selection>abc</selection>def"
|
||||
}
|
||||
Reference in New Issue
Block a user