substitute on error class should be error
This commit is contained in:
@@ -96,6 +96,12 @@ public class ErrorUtils {
|
|||||||
public Modality getModality() {
|
public Modality getModality() {
|
||||||
return Modality.OPEN;
|
return Modality.OPEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Override
|
||||||
|
public ClassDescriptor substitute(TypeSubstitutor substitutor) {
|
||||||
|
return ERROR_CLASS;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
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