You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code results in a error on the extension:
'Asdf' is only available in iOS 13.0 or newer
@available(iOS13.0, *) classAsdf { }
extensionAsdf { }
As there are no cases where the extension can have fewer, or a more relaxed constraint than the object, the constraints on the object itself should be propagated to extensions.
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: aa32c297a13cc9f973b1d1e8e3416ac7
Issue Description:
The following code results in a error on the extension:
As there are no cases where the extension can have fewer, or a more relaxed constraint than the object, the constraints on the object itself should be propagated to extensions.
The text was updated successfully, but these errors were encountered: