summaryrefslogtreecommitdiff
path: root/test/files/neg/t556.scala
blob: b0113258c9464d0dda98d8a6e4d80a4ce79e1030 (plain) (blame)
1
2
3
4
object Main extends App {
  def f(a:Int=>Int):Int = a(4)
  def g:Int = f((x,y)=>x)
}