Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't treat package object's <init> methods as package members (#16667)
Extends [`b848c57` (#7862)](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).
- Loading branch information