You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classPogo {
Date date
}
def cmp =Comparator.<Pogo,Date>comparing{ it.date }
Hovering over "comparing" fails to display javadoc due to error in binding key for static <T, U extends Comparable<? super U>> Comparator<T> comparing(Function<? super T, ? extends U>).
Consider the following:
Hovering over "comparing" fails to display javadoc due to error in binding key for
static <T, U extends Comparable<? super U>> Comparator<T> comparing(Function<? super T, ? extends U>)
.See #920
The text was updated successfully, but these errors were encountered: