Introduce Variable: Support extraction of string template fragments
#KT-2089 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(param: Int): String {
|
||||
val x = "xyfalsez"
|
||||
val y = "xyFalsez"
|
||||
val z = false
|
||||
return "ab<selection>false</selection>def"
|
||||
}
|
||||
Reference in New Issue
Block a user