Introduce Variable: Do not delete original expression if its value is used in enclosing expression
This commit is contained in:
@@ -3,5 +3,6 @@ fun b() {
|
||||
a {it}
|
||||
a {
|
||||
val i = it
|
||||
i
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user