Details
Description
It would be nice if CTRL+Click ing / pressing F3 on the << in the following expression would navigate to the DGM leftShift operator:
def list = [] list << 1
In general, this should be applicable to any overloaded operator method, defined in any class (i.e., not just DGM methods). The list of operator methods is described here: