blob: 9adc7eeb5cc29bd9000750b43bff9c19a6ab3e8e [file] [log] [blame]
fun foo(y: Int) = y
val x = { y: Int -> foo(y) }