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