summaryrefslogtreecommitdiff
path: root/test/files/neg/t5067.check
blob: 32491766d75c285ab4b9c68f18a4259cdfaaa552 (plain) (blame)
1
2
3
4
5
6
t5067.scala:3: error: type mismatch;
 found   : ((Int, Int)) => Int
 required: (Int, Int) => Int
  override def tupled: (Int, Int) => Int = super.tupled
                                                 ^
one error found