fun test(a: Int) = {(a: Int) -> a } class Test fun foo() { test(12) }