Commit da25835
Remove "or shadowed" caveat
The claim here was that:
> Glob imports are allowed to import conflicting names in the same
> namespace as long as the name is not used *or shadowed*.
It's true that the name being used will cause an error. But it's not
true that the name being shadowed will cause one, so let's remove
that part.1 parent 9ec720b commit da25835
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
0 commit comments