Extract Function/Introduce Property: Support extraction of string template fragments
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// EXTRACTION_TARGET: property with initializer
|
||||
val prop = 1
|
||||
|
||||
fun foo(): String {
|
||||
return "<selection>abc${pr</selection>op}def"
|
||||
}
|
||||
Reference in New Issue
Block a user