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
The following code fails to compile with the following error:
[error] 84 | @`inline` final def ++ [V2 >: V](xs: collection.Iterable[(K, V2)]): CC[K, V2] = concat(xs)
[error] | ^^^^^^
[error] |value of type <nonsensical><notype></nonsensical> does not take type parameters
[error] | This location is in code that was inlined at /home/travis/build/scala/collection-strawman/src/main/scala/strawman/collection/immutable/HashMap.scala:106
I’ll try to minimize the test case.
The text was updated successfully, but these errors were encountered:
The following code fails to compile with the following error:
I’ll try to minimize the test case.
The text was updated successfully, but these errors were encountered: