handleGeneric

open fun handleGeneric(problem: Problem, decider: (Boolean) -> Unit)

One of the ProblemType-specific handler methods was invoked, but (1) it was not specifically overridden in the subclass, and (2) this method was not specifically overridden in the subclass. Always fail in this circumstance.

Parameters

problem

The problem being handled generically.

decider

How to continue or abort compilation. Accepts a boolean that is true iff compilation should continue.