fix broken tests

(JetJavaMirrorMaker still can be returned by PsiPackage.getClasses())
This commit is contained in:
Stepan Koltsov
2012-04-13 18:13:51 +04:00
parent 43261a7172
commit 7b1ae33df3
@@ -105,7 +105,7 @@ public abstract class JavaClassOrPackageScope extends JetScopeImpl {
} }
if (psiClass instanceof JetJavaMirrorMarker) { if (psiClass instanceof JetJavaMirrorMarker) {
throw new IllegalStateException("JetJavaMirrorMaker is not possible in resolve.java, resolving: " + resolverScopeData.fqName); continue;
} }
// TODO: Temp hack for collection function descriptors from java // TODO: Temp hack for collection function descriptors from java