summaryrefslogtreecommitdiff
path: root/test/files/run/t5789.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5789.check')
-rw-r--r--test/files/run/t5789.check14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/files/run/t5789.check b/test/files/run/t5789.check
new file mode 100644
index 0000000000..ea8d4966b1
--- /dev/null
+++ b/test/files/run/t5789.check
@@ -0,0 +1,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>