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
If you add a type member at the top of a class, the sniper printer prints it on the same line as the header, just after the opening curly bracket. This happens only if the class is non-empty, with an empty class the newline and indentation is properly prepended to the type member.
This applies to all kinds of type members. Working on a fix.
The text was updated successfully, but these errors were encountered:
slarse
changed the title
bug: Sniper printer fails to prepend whitespace to type member added at top of non-empty class
bug: Sniper printer fails to prepend whitespace to CtModifiable added at start of non-empty collection
Mar 23, 2021
If you add a type member at the top of a class, the sniper printer prints it on the same line as the header, just after the opening curly bracket. This happens only if the class is non-empty, with an empty class the newline and indentation is properly prepended to the type member.
This applies to all kinds of type members. Working on a fix.
The text was updated successfully, but these errors were encountered: