summaryrefslogtreecommitdiff
path: root/test/files/neg/t5060.check
blob: e71f30ccdb955ceb1689541c9b7ac196488ee9a7 (plain) (blame)
1
2
3
4
5
6
7
t5060.scala:2: error: covariant type T occurs in contravariant position in type => Object{def contains(x: T): Unit} of value foo0
  val foo0 = {
      ^
t5060.scala:6: error: covariant type T occurs in contravariant position in type => Object{def contains(x: T): Unit} of method foo1
  def foo1 = {
      ^
two errors found