
- Given an import on `a.Foo`, references to `Foo.Inner` should be qualified as `a.Foo.Inner`. - This fixes a couple of wrong missing classes. - The test also brought to light another issue with resolvers that would fail to resolve even a qualified inner class if not explicitly imported under certain circumstances.