d06787886a
#KT-34744
10 lines
139 B
Plaintext
Vendored
10 lines
139 B
Plaintext
Vendored
fun foo(i: Int) { }
|
|
|
|
fun test(
|
|
i: () -> Int = {
|
|
(1 // abc
|
|
/*def*/ + 2)
|
|
}
|
|
) {
|
|
foo(i())
|
|
} |