↓ 23 callersMethodlowestUpperBoundGiven a list of types, returns the first common supertype. For example, Double and Float would return Number, while Set and String would return Object
src/main/java/org/codehaus/groovy/ast/tools/WideningCategories.java:187