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


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