[K/N][Tests] Move objCActionFqName to NativeStandardInteropNames
^KT-61259
This commit is contained in:
committed by
Space Team
parent
28ee61c57d
commit
7eb239c282
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user