Property definitions

nitc :: parser_prod $ ADoc :: init_adoc
	init init_adoc (
		n_comment: Collection[Object] # Should be Collection[TComment]
	)
	do
		self.n_comment.unsafe_add_all(n_comment)
	end
src/parser/parser_prod.nit:8594,2--8599,4