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
In this page the style guide talks about compilation units as though every class, trait, object is a separate compilation unit. But AFAIK this conflicts with the "official Scala definition" of compilation unit, which says that (in general) every file is one compilation unit.
The text was updated successfully, but these errors were encountered:
In this page the style guide talks about compilation units as though every class, trait, object is a separate compilation unit. But AFAIK this conflicts with the "official Scala definition" of compilation unit, which says that (in general) every file is one compilation unit.
The text was updated successfully, but these errors were encountered: