Tag type tests throws IndexOutOfBoundsException when child has a type parameter but parent does not
Closed this issue · 0 comments
steinybot commented
This throws an IndexOutOfBoundsException
:
"subtype with type parameter" - {
class Super
class Sub[A] extends Super
test[Sub[Int], Super]
}