Extract Function/Introduce Property: Support extraction of string template fragments
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// SUGGESTED_NAMES: i, getX
|
||||
fun foo(param: Int): String {
|
||||
val x = "a1234_"
|
||||
val y = "-4123a"
|
||||
val z = "+1243a"
|
||||
val u = 123
|
||||
return "ab<selection>123</selection>def"
|
||||
}
|
||||
Reference in New Issue
Block a user