The readme says
the container in this example has both a registry and a resolver. The container will look for classes in both, but the registry always takes precedence. If the registry is empty, the container will fall back to asking the resolver for its help.
But I am seeing the oppposite behavior here in the container and here in the tests.
Is this a bug in the code or in the docs?