[K/N][Tests] Move objCActionFqName to NativeStandardInteropNames

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-01-02 11:18:32 +01:00
committed by Space Team
parent 28ee61c57d
commit 7eb239c282
6 changed files with 10 additions and 13 deletions
@@ -1,9 +1,9 @@
// FIR_IDENTICAL
// OPT_IN: kotlin.native.internal.InternalForKotlinNative
// OPT_IN: kotlinx.cinterop.ExperimentalForeignApi
import kotlinx.cinterop.*
import kotlinx.cinterop.internal.*
@OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
@CStruct(spelling = "struct { }") class Z constructor(rawPtr: NativePtr) : CStructVar(rawPtr) {
val x: Pair<Int, Int>? = null
@CStruct.MemberAt(offset = 0L) get