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
--Error: ring.scala:7:11------------------------------------------------------7| startAt(i).reverse
|^| bad parameter reference CC[A]#C at typer
| the parameter is typeC in traitSeqOps but the prefix CC[A]
| does not define any corresponding arguments.
| idx =2, args = [A]
Workaround
- startAt(i).reverse+ val c = startAt(i)+ c.reverse
The text was updated successfully, but these errors were encountered:
This is a reproducer for the community build failure of scala-tessella/ring-seq reported in #15647
Compiler version
3.2.0-RC2
Works in 3.1.2
Fails in 3.1.3
Fails in 3.2.0-RC*
Fails in 3.2.1-RC1-bin-20220711-6efd92d-NIGHTLY
Minimized code
Output
Workaround
The text was updated successfully, but these errors were encountered: