Property definitions

nitc :: java_compiler $ AAttrPropdef :: init_expr
	private fun init_expr(v: JavaCompilerVisitor, recv: RuntimeVariable) do
		if has_value and not is_lazy and not n_expr isa ANullExpr then evaluate_expr(v, recv)
	end
src/compiler/java_compiler.nit:1868,2--1870,4