[K/N] Adjust moved special backend checks tests
^KT-61564
This commit is contained in:
committed by
Space Team
parent
8f12bf6cc8
commit
08bc0a6bd0
+2
@@ -1,7 +1,9 @@
|
||||
// FIR_IDENTICAL
|
||||
import kotlinx.cinterop.*
|
||||
|
||||
fun foo(x: Any) = x
|
||||
|
||||
@OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
|
||||
fun bar() {
|
||||
staticCFunction<String, Any>(::foo)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user