Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels