operatorBase

open override val operatorBase: Expression

Some languages allow to even overload "()", meaning that basically a normal call to callee is overloaded. In this case we want the operatorBase to point to callee, so we can take its type to lookup the necessary OperatorDeclaration.