Generate a super call from a method definition

Property definitions

nitc $ JavaCompilerVisitor :: supercall
	# Generate a super call from a method definition
	fun supercall(m: MMethodDef, recvtype: MClassType, args: Array[RuntimeVariable]): nullable RuntimeVariable do
		return table_send(m, args)
	end
src/compiler/java_compiler.nit:681,2--684,4