Property definitions

nitc :: parser_prod $ AKwimportAtid :: init_akwimportatid
	init init_akwimportatid (
		n_id: nullable TKwimport
	)
	do
		_n_id = n_id.as(not null)
		n_id.parent = self
	end
src/parser/parser_prod.nit:8897,2--8903,4