summaryrefslogtreecommitdiff
path: root/test/files/neg/bug639.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug639.check')
-rw-r--r--test/files/neg/bug639.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/neg/bug639.check b/test/files/neg/bug639.check
new file mode 100644
index 0000000000..7458952ce3
--- /dev/null
+++ b/test/files/neg/bug639.check
@@ -0,0 +1,9 @@
+/home/odersky/scala/test/files/pos/bug639.scala:1 error: not found: value a
+import a._
+ ^
+/home/odersky/scala/test/files/pos/bug639.scala:2 error: type mismatch;
+ found : B
+ required: scala.Attribute
+[B]
+ ^
+two errors found