encore
encore copied to clipboard
Import ambiguity
In the current development branch, if file A.enc
imports A.enc
and A.enc
also appears in the standard library, an ambiguity error will arise rather than the sensible option of just importing A.enc
from the standard library.
Same as #477?