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