Placebo instance used to mark internal error result when null already have a meaning.

TODO: replace with multiple return or something better

Property definitions

nitc $ NaiveInterpreter :: _error_instance
	# Placebo instance used to mark internal error result when `null` already have a meaning.
	# TODO: replace with multiple return or something better
	var error_instance = new MutableInstance(modelbuilder.model.null_type) is lazy
src/interpreter/naive_interpreter.nit:697,2--699,79