Property definitions

nitc :: parser_prod $ AAtExpr :: init_aatexpr
	init init_aatexpr (
		n_annotations: nullable AAnnotations
	)
	do
		_n_annotations = n_annotations.as(not null)
		n_annotations.parent = self
	end
src/parser/parser_prod.nit:7524,2--7530,4