Regression: 2.13.x higher kinded match requires type parameter bounds #11760
Labels
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
Milestone
When trying to match on a internal class of a higher kinded class, an error is generated for missing type arguments (works fine in 2.12.x and in dotty).
type arguments [_] do not conform to class Foo's type parameter bounds [B[I <: Int] <: Test.Bar[I]]
I'll try to bisect this in the coming days and report back.
The text was updated successfully, but these errors were encountered: