summaryrefslogtreecommitdiff
path: root/test/files/neg/wellkinded_bounds.scala
blob: 7b80ce1cf720f022872ec5c1afc0d617fa3f0069 (plain) (blame)
1
2
3
// test well-kindedness checks -- syntax error
class WellKindedWrongSyntax[s <: List] { // must be s[x] <: List[x]
}