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
Add a new flag Invisible that gets set for compiler-generated main methods.
Invisible symbols are skipped when resolving members during typechecking.
They become visible after typechecking.
With that mechanism, we can accept main methods that are themselves called `main`.
0 commit comments