summaryrefslogtreecommitdiff
path: root/test/files/neg/tcpoly_bounds.check
blob: 03e22f9fbc3688e79e67d362b29387809ef24a9f (plain) (blame)
1
2
3
4
tcpoly_bounds.scala:3: error: type arguments [scala.List] do not conform to class A's type parameter bounds [m<: [x]>: scala.Nothing <: scala.Option[x]]
object b extends A[List]
                 ^
one error found