4 lines
63 B
Plaintext
Vendored
4 lines
63 B
Plaintext
Vendored
fun foo(p: (Int, () -> Int) -> Unit) {
|
|
p(1<caret>) { 2 }
|
|
}
|