summaryrefslogtreecommitdiff
path: root/test/files/run/bug3376.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bug3376.check')
-rw-r--r--test/files/run/bug3376.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/files/run/bug3376.check b/test/files/run/bug3376.check
new file mode 100644
index 0000000000..7286096022
--- /dev/null
+++ b/test/files/run/bug3376.check
@@ -0,0 +1,13 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala>
+scala> defined class M
+
+scala> m1: M[Int] = mmm
+
+scala> m2: M[Float] = mmm
+
+scala> m3: M[String] = mmm
+
+scala>