summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract-class-error.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/abstract-class-error.check')
-rw-r--r--test/files/neg/abstract-class-error.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/abstract-class-error.check b/test/files/neg/abstract-class-error.check
index b8a0c6e70b..87d148ecc5 100644
--- a/test/files/neg/abstract-class-error.check
+++ b/test/files/neg/abstract-class-error.check
@@ -1,4 +1,4 @@
-S.scala:1: error: class S needs to be abstract, since method g in class J of type (y: Int,z: java.util.List)Int is not defined
+S.scala:1: error: class S needs to be abstract, since method g in class J of type (y: Int, z: java.util.List)Int is not defined
(Note that java.util.List does not match java.util.List[String]. To implement a raw type, use java.util.List[_])
class S extends J {
^