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 was expecting the documentation to show e.g. A and B as required, and then TOTAL would just be auto generated. Same way as it happens with functions of a trait.
In practice it does work like that. I can implement only A and B, and then TOTAL will be auto implemented. The problem is that the documentation is not generated in a way that shows this, it simply looks as if all 3 constants are needed.
The text was updated successfully, but these errors were encountered:
Maybe this is not a bug, but I was expecting the documentation of associated constants to work in the same way as it does for functions.
I tried this code:
I was expecting the documentation to show e.g.
A
andB
as required, and thenTOTAL
would just be auto generated. Same way as it happens with functions of a trait.In practice it does work like that. I can implement only
A
andB
, and thenTOTAL
will be auto implemented. The problem is that the documentation is not generated in a way that shows this, it simply looks as if all 3 constants are needed.The text was updated successfully, but these errors were encountered: