summaryrefslogblamecommitdiff
path: root/test/files/neg/t5060.check
blob: 09b2d9a4b1b5c58a7fd4f50c0d3bef12f2586aae (plain) (tree)
1
2
3
4
5
6
7
                                                                                                                                 

              
                                                                                                                                  


                
t5060.scala:2: error: covariant type T occurs in contravariant position in type => AnyRef{def contains(x: T): Unit} of value foo0
  val foo0 = {
      ^
t5060.scala:6: error: covariant type T occurs in contravariant position in type => AnyRef{def contains(x: T): Unit} of method foo1
  def foo1 = {
      ^
two errors found