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