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