set of imported functions, cached to avoid repetitions

Property definitions

nitc $ ForeignCallbackSet :: supers
	# set of imported functions, cached to avoid repetitions
	var supers: Set[ MExplicitSuper ] = new HashSet[ MExplicitSuper ]
src/nitni/nitni_callbacks.nit:50,2--51,66