summaryrefslogtreecommitdiff
path: root/test/files/neg/wellkinded_app.scala
blob: 7fa3f95a98486312232e81bfc45cf1a484287546 (plain) (blame)
1
2
3
4
// test well-kindedness checks
class WellKinded[x] {
  type t = x[x]
}