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
classC {
List<? extends CharSequence> list
}
new C().list
Hovering over the last occurrence of "list" fails to display the element info. This is due the the binding key that is incorrect for the wildcard type.
The text was updated successfully, but these errors were encountered:
Consider the following:
Hovering over the last occurrence of "list" fails to display the element info. This is due the the binding key that is incorrect for the wildcard type.
The text was updated successfully, but these errors were encountered: