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
new searches superclasses and implemented traits for matching init methods, where it should actually search only direct members of the class being instantiated.
Similarly calls to init within a class should only call init methods that are direct members of that class, and calls to super.init should only call methods that are direct members of the class's immediate superclass.
The text was updated successfully, but these errors were encountered:
new
searches superclasses and implemented traits for matchinginit
methods, where it should actually search only direct members of the class being instantiated.Similarly calls to
init
within a class should only callinit
methods that are direct members of that class, and calls tosuper.init
should only call methods that are direct members of the class's immediate superclass.The text was updated successfully, but these errors were encountered: