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
classFallbackDelegateBox<Delegate:NSObject>:AnyFallbackDelegateBox{varstorage:DelegateStorageenumDelegateStorage{case type(_ type:Delegate.Type)case instance(_ delegate:Delegate)}overridevardelegate:NSObject?{
switch storage {caselet.type(type):letdelegate= type.init() // error: constructing an object of class type 'Delegate' with a metatype value must use a 'required' initializer
...}#endif}}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: