summaryrefslogtreecommitdiff
path: root/test/files/neg/wellkinded_bounds.check
blob: 806eb09a76d70c974e6519267b513fab1794a38c (plain) (blame)
1
2
3
4
wellkinded_bounds.scala:2: error: type List takes type parameters
class WellKindedWrongSyntax[s <: List] { // must be s[x] <: List[x]
                                 ^
one error found