summaryrefslogtreecommitdiff
path: root/test/files/run/t9749-repl-dot.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9749-repl-dot.check')
-rw-r--r--test/files/run/t9749-repl-dot.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/run/t9749-repl-dot.check b/test/files/run/t9749-repl-dot.check
new file mode 100644
index 0000000000..5ffec4ce60
--- /dev/null
+++ b/test/files/run/t9749-repl-dot.check
@@ -0,0 +1,8 @@
+
+scala> "3"
+res0: String = 3
+
+scala> .toInt
+res1: Int = 3
+
+scala> :quit