Do not call directly C variadic functions from Kotlin N
This commit is contained in:
committed by
SvyatoslavScherbina
parent
8467fabf4d
commit
220efdf621
+1
-1
@@ -971,7 +971,7 @@ class StubGenerator(
|
|||||||
}
|
}
|
||||||
|
|
||||||
return this.isDefined ||
|
return this.isDefined ||
|
||||||
this.generateAsFfiVarargs() ||
|
this.isVararg ||
|
||||||
this.returnsRecord() ||
|
this.returnsRecord() ||
|
||||||
this.parameters.map { it.type }.any { it.unwrapTypedefs() is RecordType }
|
this.parameters.map { it.type }.any { it.unwrapTypedefs() is RecordType }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user