Class AutoMatchSuperFunctionSignature

All Implemented Interfaces:
Consumer<FunctionSymbol>

final class AutoMatchSuperFunctionSignature extends TypedSymbolAccess implements Consumer<FunctionSymbol>
The ek9 developer does not need to redeclare incoming or returning parameters for dynamic functions. They are inferred for the developer - this is that 'inference'. In short the compiler - uses the same symbols from the super class for incoming and returning parameters.