Commit 23f0e6d
committed
Drop ineffective condition
The dropped condition is vacuously true for all singleton prefixes, since for them
classSymbol is NoSymbol. If we make it work as was intended using widen in front of
classSymbol on both sides, then EeraseAnd and dotty bootstrap fail.1 parent ff7e3b0 commit 23f0e6d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2376 | 2376 | | |
2377 | 2377 | | |
2378 | 2378 | | |
2379 | | - | |
| 2379 | + | |
2380 | 2380 | | |
2381 | 2381 | | |
2382 | 2382 | | |
| |||
0 commit comments