summaryrefslogtreecommitdiff
path: root/test/files/neg/bug856.check
blob: 5f5948c2cf7405e7751147144726181b968f9c17 (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