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
Currently it is not possible to implement Singleton if the class is a subclass.
In addition we need to generate @:autoBuild meta for subclasses of the class marked Singleton, so subclasses will reference the internal class and not the class containing the statics.
The text was updated successfully, but these errors were encountered:
Currently it is not possible to
implement Singleton
if the class is a subclass.In addition we need to generate @:autoBuild meta for subclasses of the class marked
Singleton
, so subclasses will reference the internal class and not the class containing the statics.The text was updated successfully, but these errors were encountered: