Error class is not final any more: fewer pointless errors in supertype lists
This commit is contained in:
@@ -83,6 +83,12 @@ public class ErrorUtils {
|
|||||||
public Set<FunctionDescriptor> getConstructors() {
|
public Set<FunctionDescriptor> getConstructors() {
|
||||||
return ERROR_FUNCTION_GROUP;
|
return ERROR_FUNCTION_GROUP;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Override
|
||||||
|
public Modality getModality() {
|
||||||
|
return Modality.OPEN;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
private static final Set<FunctionDescriptor> ERROR_FUNCTION_GROUP = Collections.singleton(createErrorFunction(0, Collections.<JetType>emptyList()));
|
private static final Set<FunctionDescriptor> ERROR_FUNCTION_GROUP = Collections.singleton(createErrorFunction(0, Collections.<JetType>emptyList()));
|
||||||
|
|||||||
Reference in New Issue
Block a user