Efficient set build from primtives_annotations_list

Property definitions

nitc $ CheckAnnotationPhase :: primtives_annotations=
	# Efficient set build from `primtives_annotations_list`
	var primtives_annotations = new HashSet[String].from(primtives_annotations_list.split("\n"))
src/frontend/check_annotation.nit:120,2--121,93