summaryrefslogtreecommitdiff
path: root/test/files/neg/ticket513.scala
blob: 5aecc7a05f30c8d7fe233785aa5cc8674bb7872a (plain) (blame)
1
2
3
4
5
6
class Bound
class NotThatBound
trait T[A <: Bound]
trait Wrap[X]

object Wrong extends Wrap[T[NotThatBound]]