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
I would consider this a situation that shouldn't be supported. Clang/GCC doesn’t support this with @interface. However, Logos should be throwing an error for this.
Code such as
will generate output:
Therefore causing
FAFloatyFolderView
to be initialized without a superclass, and generating a redundant call toobjc_getClass()
.The text was updated successfully, but these errors were encountered: