summaryrefslogtreecommitdiff
path: root/test/files/neg/bug856.check
blob: e78077f43708b04f47adb19fb00ec1264d00a9e1 (plain) (blame)
1
2
3
4
bug856.scala:3: error: class ComplexRect needs to be abstract, since method _2 in trait Product2 of type => scala.Predef.double is not defined
class ComplexRect(val _1:double, _2:double) extends Complex {
^
one error found