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
classCimplementsComparator<C> { def p
@DelegateComparator<C> cmp = comparing(this::p)
}
"comparing" is highlighting as a static method of Comparator. Since it is static, it should not be available in this way. Additionally, if "excludes" or "includes" attributes are provided to @Delegate the methods available are not adjusted.
The text was updated successfully, but these errors were encountered:
Consider the following:
"comparing" is highlighting as a static method of
Comparator
. Since it is static, it should not be available in this way. Additionally, if "excludes" or "includes" attributes are provided to@Delegate
the methods available are not adjusted.The text was updated successfully, but these errors were encountered: