summaryrefslogtreecommitdiff
path: root/test/disabled/run/t6026.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/run/t6026.check')
-rw-r--r--test/disabled/run/t6026.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/disabled/run/t6026.check b/test/disabled/run/t6026.check
new file mode 100644
index 0000000000..779bb3ace5
--- /dev/null
+++ b/test/disabled/run/t6026.check
@@ -0,0 +1,9 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala> class Foo
+defined class Foo
+
+scala> :javap Foo
+Compiled from "<console>"public class Foo extends java.lang.Object{ public Foo();}
+scala>