Delete JetScope.getObjectDescriptors()

This commit is contained in:
Alexander Udalov
2013-11-15 20:51:43 +04:00
parent 31c84951dc
commit 550df37056
20 changed files with 30 additions and 145 deletions
@@ -127,12 +127,6 @@ public abstract class JavaBaseScope extends JetScopeImpl {
return result;
}
@NotNull
@Override
public Set<ClassDescriptor> getObjectDescriptors() {
return Collections.emptySet();
}
@NotNull
protected abstract Collection<ClassDescriptor> computeInnerClasses();