summaryrefslogtreecommitdiff
path: root/test/files/neg/t278.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t278.check')
-rw-r--r--test/files/neg/t278.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t278.check b/test/files/neg/t278.check
index 405f7d225c..940b8edcef 100644
--- a/test/files/neg/t278.check
+++ b/test/files/neg/t278.check
@@ -4,8 +4,8 @@ t278.scala:5: error: overloaded method value a with alternatives:
does not take type parameters
println(a[A])
^
-t278.scala:4: error: method a is defined twice
- conflicting symbols both originated in file 't278.scala'
+t278.scala:4: error: method a is defined twice;
+ the conflicting method a was defined at line 3:7
def a = (p:A) => ()
^
two errors found