no error scope in good type

propagate error types in several sites
This commit is contained in:
Stepan Koltsov
2012-01-17 19:33:47 +04:00
parent cf8e901823
commit 0f9a21a305
5 changed files with 18 additions and 10 deletions
@@ -142,7 +142,7 @@ public abstract class JetTypeJetSignatureReader extends JetSignatureExceptionsAd
classDescriptor.getTypeConstructor(),
nullable,
typeArguments,
ErrorUtils.getErrorScope());
classDescriptor.getMemberScope(typeArguments));
done(jetType);
}