handleInformation

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

The corresponding Problem is not actually an unexpected condition, but it may still be useful to report the information to the user. It's unclear whether this will actually be used for anything other than debugging the compiler.

Parameters

problem

The problem whose type is ProblemType.INFORMATION.

decider

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