summaryrefslogtreecommitdiff
path: root/test/files/run/t7801.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7801.check')
-rw-r--r--test/files/run/t7801.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/run/t7801.check b/test/files/run/t7801.check
new file mode 100644
index 0000000000..d72060c684
--- /dev/null
+++ b/test/files/run/t7801.check
@@ -0,0 +1,11 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala> val g: scala.reflect.internal.SymbolTable = null; import g.abort
+g: scala.reflect.internal.SymbolTable = null
+import g.abort
+
+scala> class C(val a: Any) extends AnyVal
+defined class C
+
+scala>