summaryrefslogtreecommitdiff
path: root/test/files/run/t5789.check
blob: bcb2382559febf79c5875877e9626843370ab66a (plain) (blame)
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>