KT-472 Strange bug with resolve - 3

This commit is contained in:
svtk
2011-12-08 20:35:41 +04:00
parent a41452a01e
commit c80e42eff3
@@ -381,7 +381,7 @@ public class BodyResolver {
// Top-level properties & properties of objects
for (Map.Entry<JetProperty, PropertyDescriptor> entry : this.context.getProperties().entrySet()) {
JetProperty property = entry.getKey();
if (!context.completeAnalysisNeeded(property)) return;
if (!context.completeAnalysisNeeded(property)) continue;
if (processed.contains(property)) continue;
final PropertyDescriptor propertyDescriptor = entry.getValue();