Support move on depth 2
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun f(b : Long.(Long)->Long) = 1L?.b(2L)
|
||||
|
||||
fun box(): String {
|
||||
val x = f { this + it }
|
||||
return if (x == 3L) "OK" else "fail $x"
|
||||
}
|
||||
Reference in New Issue
Block a user