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 = "xcd$a"
|
||||
val y = "${a}cdx"
|
||||
val z = "xcf$a"
|
||||
return "ab<selection>cd</selection>ef"
|
||||
}
|
||||
Reference in New Issue
Block a user