Introduce Variable: Skip leading/trailing comments inside selection
#KT-13054 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
fun foo(param: Int): String {
|
||||
val x = "atrue123"
|
||||
val y = "aTRUE123"
|
||||
val z = true
|
||||
val s = " true "
|
||||
val u = "123${s}456"
|
||||
return "ab${s}def"
|
||||
}
|
||||
Reference in New Issue
Block a user