Inline Variable/Property: Move test data
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
fun f(a : (Any, Any) -> Unit, b : Int, c : Int, d : Int, e : Int, f : Int) {
|
||||
val <caret>g = b < c
|
||||
a(g, d > (e + f))
|
||||
}
|
||||
Reference in New Issue
Block a user