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
leads to an error checking the validity of the generated signature:
3 | def f(xs: List[Int]): List[RInt] = ???
| ^
| compiler bug: created invalid generic signature for method f in Foo
| signature: (Lscala/collection/immutable/List<Ljava/lang/Object;>;)Lscala/collection/immutable/List<I>;
| if this is reproducible, please report bug at https://github.com/lampepfl/dotty/issues
(Lscala/collection/immutable/List<Ljava/lang/Object;>;)Lscala/collection/immutable/List<I>;: 'T' expected at index 88
The text was updated successfully, but these errors were encountered:
leads to an error checking the validity of the generated signature:
The text was updated successfully, but these errors were encountered: