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
-- [E007] TypeMismatchError: issues/source.scala:5:70---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------5|defrace[T](sources: Seq[Source[T]^]):Source[T]^{sources*} = raceImpl(sources)
|^^^^^^^^^^^^^^^^^|Found:Source[box T^?]^{sources*}
|Required:Source[T]^{sources²*}
||where: sources is a reference to a value parameter
| sources² is a parameter in method race
|| longer explanation available when compiling with`-explain`1 error found
Expectation
Should compile.
Found by @natsukagami while capture checking gears.
The text was updated successfully, but these errors were encountered:
Compiler version
main
Minimized code
Output
Expectation
Should compile.
Found by @natsukagami while capture checking gears.
The text was updated successfully, but these errors were encountered: