Property definitions

nitc :: parser_prod $ ATopClassdef :: init_atopclassdef
	init init_atopclassdef (
		n_propdefs: Collection[Object] # Should be Collection[APropdef]
	)
	do
		self.n_propdefs.unsafe_add_all(n_propdefs)
	end
src/parser/parser_prod.nit:525,2--530,4