summaryrefslogtreecommitdiff
path: root/test/files/neg/bug856.check
blob: aab4be23a1b9bbbab9fa53160a201aa806ac94ef (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.Double is not defined
class ComplexRect(val _1:double, _2:double) extends Complex {
^
one error found