summaryrefslogblamecommitdiff
path: root/test/files/neg/wellkinded_app2.scala
blob: 5b73611964b6bfd4c06f74c9b1828e81384f863b (plain) (tree)
1
2
3
4



                                  
// test well-kindedness checks
class WellKinded[s <: Throwable] {
      val foo: s[Int]
}