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
Don't treat package object's <init> methods as package members (scala#16667)
Extends [`b848c57`
(scala#7862)](scala@b848c57)
to all packages.
Previously when asking for `dotty.tools.dotc.util.<init>` we'd get a
TypeError because both
`LinearMap$package`'s and `LinearSet$package`'s constructors have the
same modification time (in the jar).
0 commit comments