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
Thanks for the report -- it turns out doc comments are represented in the compiler as attributes, so this is a dup of #2660. That's certainly not obvious, though.
Currently, class constructors can not be documented with the /** */-style docstrings, else the compiler complains about unexpected tokens.
This code:
produces the following output:
The text was updated successfully, but these errors were encountered: