Adding the actor class to a class annotated with "is actor"

Property definitions

nitc :: actors_injection_phase $ MClass :: actor
	# Adding the actor class to a class annotated with "is actor"
	var actor: nullable MClass = null
src/frontend/actors_injection_phase.nit:112,2--113,34