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).
