The method to call if the super is in fact a 'super init call'

Note: if the super is a normal call-next-method, then this attribute is null

Property definitions

nitc :: typing $ ASuperExpr :: callsite=
	# The method to call if the super is in fact a 'super init call'
	# Note: if the super is a normal call-next-method, then this attribute is null
	var callsite: nullable CallSite
src/semantize/typing.nit:2267,2--2269,32