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
Changing out to in in both places produces a similar-looking backend error, with ? extends X swapped for ? super X. Oddly enough, removing the variance annotation entirely also eliminates the backend error.
The following code causes backend errors on the marked lines:
The error in question is identical on all three lines, and it is:
@gavinking said on https://gitter.im/ceylon/user that this was a compiler bug, and asked me to report it here.
The text was updated successfully, but these errors were encountered: