14c2690447
in a function literal If there are no arguments, any number of them might be expected
6 lines
166 B
Plaintext
Vendored
6 lines
166 B
Plaintext
Vendored
package
|
|
|
|
internal fun foo(/*0*/ g: () -> kotlin.Int): kotlin.Unit
|
|
internal fun foo(/*0*/ f: (kotlin.Int) -> kotlin.Int): kotlin.Unit
|
|
internal fun test(): kotlin.Unit
|