summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-01-05 08:59:27 -0800
committerPaul Phillips <paulp@improving.org>2012-01-05 13:44:44 -0800
commit97f20afa4d35e629d0926a2e2cc0f20fd7f32d33 (patch)
tree811b26bc9d2fcff8659c4e4dd1301136f385dad9 /test
parent9b1f23680b9cb147f57d8967e1227c0a39cb0414 (diff)
downloadscala-97f20afa4d35e629d0926a2e2cc0f20fd7f32d33.tar.gz
scala-97f20afa4d35e629d0926a2e2cc0f20fd7f32d33.tar.bz2
scala-97f20afa4d35e629d0926a2e2cc0f20fd7f32d33.zip
Optimization in Constructors.
Reworked some old code which was far too expensive for the job it was performing.
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/t1960.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t1960.check b/test/files/neg/t1960.check
index dabf53f126..5238141c4e 100644
--- a/test/files/neg/t1960.check
+++ b/test/files/neg/t1960.check
@@ -1,4 +1,4 @@
-t1960.scala:5: error: parameter 'p' requires field but conflicts with p in 'TBase'
+t1960.scala:5: error: parameter 'p' requires field but conflicts with method p in trait TBase
class Aclass (p: Int) extends TBase { def g() { f(p) } }
^
one error found