summaryrefslogtreecommitdiff
path: root/test/files/run/t5789.check
blob: d286922acc66e180797bf92379ec161d9e4e85c7 (plain) (blame)
1
2
3
4
5
6
7
8
scala> val n = 2
n: Int = 2

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

scala> :quit