Generate the null value

Property definitions

nitc $ JavaCompilerVisitor :: null_instance
	# Generate the `null` value
	fun null_instance: RuntimeVariable do
		var t = compiler.mainmodule.model.null_type
		return new RuntimeVariable("null", t, t)
	end
src/compiler/java_compiler.nit:930,2--934,4