summaryrefslogblamecommitdiff
path: root/test/files/neg/t5067.scala
blob: 0a961d2f40a1680bbaf594d8bfba9810f2582a41 (plain) (tree)
1
2
3
4


                                                            
 
class Foo extends Function3[Int, Int, Int, Int] {
  def apply(x: Int, y: Int, z: Int) = x + y + z
  override def tupled: (Int, Int, Int) => Int = super.tupled
}