28ee61c57d
^KT-61564
10 lines
203 B
Kotlin
Vendored
10 lines
203 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
import kotlinx.cinterop.*
|
|
|
|
fun foo(f: Function0<<!REDUNDANT_PROJECTION!>out<!> Int>) = f
|
|
|
|
@OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
|
|
fun bar() {
|
|
staticCFunction(::foo)
|
|
}
|