Redef this method so it calls the right one on instance (double dispatch)

Property definitions

actors $ Message :: invoke
	# Redef this method so it calls the right one on `instance` (double dispatch)
	fun invoke(instance: E) is abstract
lib/actors/actors.nit:128,2--129,36