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] -- [E053] TypeError:/Users/rssh/work/oss/dotty-cps/dotty-cps/src/test/scala/cps/X.scala:3:41
[error] 3|traitArround1[C<:[X]=>>IterableOps[X,C,C[X]] ]
[error] |^^^^
[error] |C/T does not take typeparameters
[error] --Error:/Users/rssh/work/oss/dotty-cps/dotty-cps/src/test/scala/cps/X.scala:3:39
[error] 3|traitArround1[C<:[X]=>>IterableOps[X,C,C[X]] ]
[error] |^
[error] |Type argument C/T has not the same kind asits bound [_]
[error] two errors found
[error] (Test/ compileIncremental) Compilation failed
Expectation
Compiles. the same as
trait Arround2[C[X] <: IterableOps[X,C,C[X]] ]
The text was updated successfully, but these errors were encountered:
Minimized code
Output
Expectation
Compiles. the same as
The text was updated successfully, but these errors were encountered: