summaryrefslogtreecommitdiff
path: root/test/files/neg/implicits.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/implicits.check')
-rw-r--r--test/files/neg/implicits.check7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/files/neg/implicits.check b/test/files/neg/implicits.check
index e7ef03b387..d94e1f27f2 100644
--- a/test/files/neg/implicits.check
+++ b/test/files/neg/implicits.check
@@ -12,4 +12,9 @@ implicits.scala:38: error: type mismatch;
required: Int
foo(set)
^
-two errors found
+implicits.scala:46: error: type mismatch;
+ found : List[Any]
+ required: scala.List[Mxml]
+ children.toList.flatMap ( e => {
+ ^
+three errors found