summaryrefslogtreecommitdiff
path: root/test/files/neg/tcpoly_bounds.scala
blob: ae1f410fac9ff780525c4fc045ef282f7e18be94 (plain) (blame)
1
2
3
class A[m[x] <: Option[x]]
object a extends A[Some]
object b extends A[List]