Commit 8d065a7
committed
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 e192706 commit 8d065a7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments