summaryrefslogtreecommitdiff
path: root/test/files/run/t6086-repl.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6086-repl.check')
-rw-r--r--test/files/run/t6086-repl.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/run/t6086-repl.check b/test/files/run/t6086-repl.check
new file mode 100644
index 0000000000..f868aa18d0
--- /dev/null
+++ b/test/files/run/t6086-repl.check
@@ -0,0 +1,12 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala>
+
+scala> case class X(s: String)
+defined class X
+
+scala> scala.reflect.runtime.universe.typeOf[X]
+res0: reflect.runtime.universe.Type = X
+
+scala>