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