[Commonizer] Build CIR tree directly from metadata
This commit is contained in:
Vendored
+1
-2
@@ -43,8 +43,7 @@ typealias Y = V // TA at the RHS with the different nullability of own RHS
|
||||
// Supertypes:
|
||||
expect class FILE : kotlinx.cinterop.CStructVar
|
||||
|
||||
typealias uuid_t = kotlinx.cinterop.CPointer<kotlinx.cinterop.UByteVarOf<kotlinx.cinterop.UByte>>
|
||||
// ^^^ TODO: ideally, it should be CArrayPointer<UByteVar>
|
||||
typealias uuid_t = kotlinx.cinterop.CArrayPointer<kotlinx.cinterop.UByteVar>
|
||||
typealias __darwin_uuid_t = kotlinx.cinterop.CArrayPointer<kotlinx.cinterop.UByteVar>
|
||||
|
||||
expect val uuid: uuid_t
|
||||
|
||||
Reference in New Issue
Block a user