Convert reference to lambda intention introduced #KT-13393 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Int, y: Int, z: Int) = x - y / z
|
||||
|
||||
val x = { x: Int, y: Int, z: Int -> foo(x, y, z) }
|
||||
Reference in New Issue
Block a user