summaryrefslogblamecommitdiff
path: root/test/files/run/t6434.check
blob: 1f123ee9cd1fe3cf03c2e13a0fd391d6104eb1cc (plain) (tree)
1
2
3
4
5
6
7
8






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

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

scala> :quit