import cs.Constraints; import haxe.Constraints.Constructible; @:nativeGen class StructAndConstructibleVoid>> {} @:nativeGen class ConstructibleAndStructVoid> & CsStruct> {} @:nativeGen class StructAndClass {} @:nativeGen class ClassAndStruct {} #if (cs_ver >= "7.3") @:nativeGen class UnmanagedAndStruct {} @:nativeGen class StructAndUnmanaged {} @:nativeGen class UnmanagedAndConstructibleVoid>> {} @:nativeGen class ConstructibleAndUnmanagedVoid> & CsUnmanaged> {} #end