summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract-class-error.check
blob: b8a0c6e70be515173a52b59a2de464dcd500205c (plain) (blame)
1
2
3
4
5
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 {
      ^
one error found