aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t5789.check
blob: 193abfaff028aa73b498e1e586e99781084c0d5a (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> val n = 2
n: Int = 2

scala>     () => n
res0: () => Int = <function0>

scala> :quit