7 lines
239 B
Plaintext
Vendored
7 lines
239 B
Plaintext
Vendored
FILE: functionAndFunctionN.kt
|
|
public final fun takeAnyFun(function: R|kotlin/Function<*>|): R|kotlin/Unit| {
|
|
}
|
|
public final fun test(block: R|() -> kotlin/Unit|): R|kotlin/Unit| {
|
|
R|/takeAnyFun|(R|<local>/block|)
|
|
}
|