summaryrefslogtreecommitdiff
path: root/test/files/run/t5789.check
blob: ea8d4966b1324333529a2cf1c4ef7d395cfdd16c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Type in expressions to have them evaluated.
Type :help for more information.

scala> 

scala>     val n = 2
n: Int = 2

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

scala> 

scala>