summaryrefslogtreecommitdiff
path: root/test/files/run/t6434.scala
blob: e4a45796131d947bbbbee7e0bec7087e5f566641 (plain) (blame)
1
2
3
4
5
6
7
8
import scala.tools.partest.ReplTest

object Test extends ReplTest {
  def code =
"""def f(x: => Int): Int = x
f _
"""
}