blob: df9ba4b1b7643c7aad1a14f4a394346939fedbc8 [file] [log] [blame]
// FILE: before.kt
fun test(a: (Int) -> Unit = { <caret>it }) {}
// FILE: after.kt
fun test(a: (Int) -> Unit = {<caret> it }) {}