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
Imported trait with default method using global variable does not work. Must change transpiler to generate default trait methods when generating containing module, not adding to class and generate in class context.
There are some ideas as a todo in tests/files/traits.mys.
Also, default trait methods may only use methods defined in the trait, and not class members and methods.
The text was updated successfully, but these errors were encountered:
Imported trait with default method using global variable does not work. Must change transpiler to generate default trait methods when generating containing module, not adding to class and generate in class context.
There are some ideas as a todo in tests/files/traits.mys.
Also, default trait methods may only use methods defined in the trait, and not class members and methods.
The text was updated successfully, but these errors were encountered: