ref
on an NSObject
returns a private type
#1863
Labels
Milestone
ref
on an NSObject
returns a private type
#1863
All
NSObject
s extendNSObject
, which extendsobjc.ObjCObjectBase
, which extends_ObjCRefHolder<c.ObjCObject, _ObjCObjectRef>
, which declares a publicref
getter:So every object has a
ref
property that returns a_ObjCObjectRef
, which makes it annoying to mock withmockito
(similar to also #1861):The text was updated successfully, but these errors were encountered: