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 call the mixin with a single named parameters, the first mixin shall match but it does not. For some reason the compiler tries to match the second and not the first as if the first does not exist. If I comment the second, the first begins to work.
What is wrong with this code?
The text was updated successfully, but these errors were encountered:
Hi guys,
I have this code that don't compile. The compiler issues "Wrong number of arguments..." error message:
I call the mixin with a single named parameters, the first mixin shall match but it does not. For some reason the compiler tries to match the second and not the first as if the first does not exist. If I comment the second, the first begins to work.
What is wrong with this code?
The text was updated successfully, but these errors were encountered: