Commit a90338d
authored
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).1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2515 | 2515 | | |
2516 | 2516 | | |
2517 | 2517 | | |
2518 | | - | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
2519 | 2522 | | |
2520 | | - | |
| 2523 | + | |
2521 | 2524 | | |
2522 | 2525 | | |
2523 | 2526 | | |
| |||
0 commit comments