summaryrefslogtreecommitdiff
path: root/test/files/neg/bug856.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-05-19 18:05:33 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-05-19 18:05:33 +0000
commitcef268814af8845b5879130a9b64d772e75163b3 (patch)
tree9163649df167be1208532b0db7f21893664139ad /test/files/neg/bug856.check
parentf1954d9a3570572f5b79511c4eec7b6ceb7a9dd1 (diff)
downloadscala-cef268814af8845b5879130a9b64d772e75163b3.tar.gz
scala-cef268814af8845b5879130a9b64d772e75163b3.tar.bz2
scala-cef268814af8845b5879130a9b64d772e75163b3.zip
More deprecation warnings fixed.
Diffstat (limited to 'test/files/neg/bug856.check')
-rw-r--r--test/files/neg/bug856.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug856.check b/test/files/neg/bug856.check
index 3ab4ce6c70..e1d0801c5f 100644
--- a/test/files/neg/bug856.check
+++ b/test/files/neg/bug856.check
@@ -1,4 +1,4 @@
-bug856.scala:3: error: class ComplexRect needs to be abstract, since method _2 in trait Product2 of type => double is not defined
-class ComplexRect(val _1:double, _2:double) extends Complex {
+bug856.scala:3: error: class ComplexRect needs to be abstract, since method _2 in trait Product2 of type => Double is not defined
+class ComplexRect(val _1:Double, _2:Double) extends Complex {
^
one error found