Introduce Parameter: Support extraction of string template fragments
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
fun foo(param: Int, b: Boolean = false): String {
|
||||
val x = "xy${b}z"
|
||||
val y = "xyFalsez"
|
||||
val z = false
|
||||
return "ab${b}def"
|
||||
}
|
||||
Reference in New Issue
Block a user