Can I suppress a CS system error? I want to suppre...
# compiler
y
Can I suppress a CS system error? I want to suppress "Inference error: InferredEmptyIntersectionWarning". This comes about because I suppress the warning
INFERRED_TYPE_VARIABLE_INTO_POSSIBLE_EMPTY_INTERSECTION
, which somehow surfaces those inference errors. My understanding though is that they should only be warnings, no?
d
No, there is no way to get into resolution steps and inference.