Moved error checking of built-ins to more direct place.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user