Property definitions

nitc $ ALambdaExpr :: n_kwmeth=
	var n_kwmeth: TKwmeth is writable, noinit
src/parser/parser_nodes.nit:2712,2--42

nitc :: parser_prod $ ALambdaExpr :: n_kwmeth=
	redef fun n_kwmeth=(node)
	do
		_n_kwmeth = node
		node.parent = self
	end
src/parser/parser_prod.nit:6917,2--6921,4