DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / run / t6434.check
12345678
scala> def f(x: => Int): Int = x f: (x: => Int)Int scala> f _ res0: (=> Int) => Int = <function1> scala> :quit