Moved error checking of built-ins to more direct place.

This commit is contained in:
Evgeny Gerashchenko
2013-01-27 00:12:03 +04:00
parent 18d1d31042
commit 111dd13d39
2 changed files with 3 additions and 6 deletions
@@ -107,8 +107,6 @@ public class BuiltInsReferenceResolver extends AbstractProjectComponent {
TopDownAnalyzer.processStandardLibraryNamespace(myProject, context, scope, jetNamespace,
getJetFiles("jet", Predicates.not(jetFilesIndependentOfUnit)));
AnalyzingUtils.throwExceptionOnErrors(context.getBindingContext());
bindingContext = context.getBindingContext();
}