aboutsummaryrefslogblamecommitdiff
path: root/bench/tests/i490.scala.ignore
blob: 3758d2917595cc9c94680a77329e8074dd284bb3 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                         
trait Foo {
  def app(x: Object)(y: Object): Object
}

object O {
  def main(args: Array[String]): Unit = {
    val z: Foo = x => ???
  }
}