blob: 539df606f603896b6a8da85e24bdabf980385582 [file] [log] [blame]
// "Change the signature of lambda expression" "true"
fun foo(f: Int.(Int, Int) -> Int) {
}
fun test() {
foo { <caret>a: Int -> 0 }
}