// FILE: before.kt val a: (Int) -> Unit = { it } // FILE: after.kt val a: (Int) -> Unit = { it }