Did you restart the REPL? Rob J. Goedman [email protected]
> On Dec 11, 2014, at 3:19 PM, samoconnor <[email protected]> wrote: > > If I change the example to use "import" instead of "using"... > > import m1: f > import m2: f > > ... then I get: > > Warning: ignoring conflicting import of m2.f into Main > ?: 7 > String: Foo > > Now Julia spots the problem, but resolves it the opposite way (i.e. the first > definition wins).
