Consider the following: ```groovy try { } catch (Exception | Error e) { } ``` Groovy editor provides navigation to the common superclass:  Java editor provides navigation to both types when selecting the parameter variable "e". 
Consider the following:
Groovy editor provides navigation to the common superclass:

Java editor provides navigation to both types when selecting the parameter variable "e".
