summaryrefslogtreecommitdiff
path: root/test/files/neg/bug588.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug588.check')
-rw-r--r--test/files/neg/bug588.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug588.check b/test/files/neg/bug588.check
index b1e5340c91..59e4229192 100644
--- a/test/files/neg/bug588.check
+++ b/test/files/neg/bug588.check
@@ -3,11 +3,11 @@ method visit:((int) => String)boolean and
method visit:((int) => unit)boolean at line 2
have same type after erasure: (Function1)Boolean
def visit(f: int => String): boolean
- ^
+ ^
bug588.scala:10: error: double definition:
method f:(Test.this.TypeB)Unit and
method f:(Test.this.TypeA)Unit at line 9
have same type after erasure: (Test#TraitA)Unit
def f(brac : TypeB) : Unit;
- ^
+ ^
two errors found