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
-- [E008] NotFoundError:Foo.scala:3:38--------------------------------------3|deftest1:IArray[Int] =IArray(1, 2) +++IArray(2, 3)
|^^^^^^^^^^^^^^^^| value +++ is not a member of IArray[Int].
|An extension method was tried, but could not be fully constructed:
||+++() failed with|| value +++: <overloaded +++> does not take parameters
-- [E008] NotFoundError:Foo.scala:4:38--------------------------------------4|deftest2:IArray[Int] =IArray(1, 2) +++List(2, 3)
|^^^^^^^^^^^^^^^^| value +++ is not a member of IArray[Int].
|An extension method was tried, but could not be fully constructed:
||+++() failed with|| value +++: <overloaded +++> does not take parameters
2 errors found
Expectation
Should compile and be equivalent to the code generated for
Compiler version
Dotty master 6a5565d
Minimized code
Output
Expectation
Should compile and be equivalent to the code generated for
which work individually.
The text was updated successfully, but these errors were encountered: