-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
Milestone
Description
The generated code is (ffigen 20.0):
objc.NSOrderedCollectionDifference differenceFromArray$1(
objc.NSArray other, {
required objc.NSOrderedCollectionDifferenceCalculationOptions withOptions,
}) {
objc.checkOsVersionInternal(
'NSArray.differenceFromArray:withOptions:',
iOS: (false, (13, 0, 0)),
macOS: (false, (10, 15, 0)),
);
final $ret = _objc_msgSend_1wtpmu7(
object$.ref.pointer,
_sel_differenceFromArray_withOptions_,
other.ref.pointer,
// The argument type 'NSOrderedCollectionDifferenceCalculationOptions' can't be assigned to the parameter type 'int'.
withOptions,
);
return objc.NSOrderedCollectionDifference.fromPointer(
$ret,
retain: true,
release: true,
);
}Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done