Property definitions

nitc $ NitUnitGenerator :: gen_decl
	private fun gen_decl(name: String, mtype: MType, mclassdef: MClassDef): String do
		if mtype.need_anchor then
			mtype = mtype.anchor_to(mclassdef.mmodule, mclassdef.bound_mtype)
		end
		return "\t\tvar {name}: {mtype.to_s}"
	end
src/testing/testing_gen.nit:110,2--115,4