aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t6434.check
blob: 0a75ae2bd53a8f4394b03b82273451c021252e9b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                           
Type in expressions to have them evaluated.
Type :help for more information.

scala> def f(x: => Int): Int = x
f: (x: => Int)Int

scala> f _
res0: (=> Int) => Int = <function1>

scala> :quit