Workaround for EA-54533 - UOE: DeserializedMemberScope.getDeclarationsByLabel
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ public abstract class DeserializedMemberScope implements JetScope {
|
|||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public Collection<DeclarationDescriptor> getDeclarationsByLabel(@NotNull LabelName labelName) {
|
public Collection<DeclarationDescriptor> getDeclarationsByLabel(@NotNull LabelName labelName) {
|
||||||
throw new UnsupportedOperationException("Should not be called");
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
|
|
||||||
private Collection<DeclarationDescriptor> computeAllDescriptors() {
|
private Collection<DeclarationDescriptor> computeAllDescriptors() {
|
||||||
|
|||||||
Reference in New Issue
Block a user