aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/i873.scala
blob: 71c8a3959caf5110f7b35f521e64380a3c7b5369 (plain) (tree)
1
2
3
4



                                             
object Test {
  def call(k: (Int, Int) => Unit): Unit = ???
  def test = call({ case (x, y) => ()})
}