summaryrefslogtreecommitdiff
path: root/test/files/run/t0883.check
diff options
context:
space:
mode:
authorAleksandar Prokopec <axel22@gmail.com>2012-05-07 15:39:53 +0200
committerAleksandar Prokopec <axel22@gmail.com>2012-05-07 15:39:53 +0200
commita11a57735e73d66147f9f6166687ad7bc04feca8 (patch)
tree3b24a3ac25ab7ecc8e72c27f86c9a7783adb3c0a /test/files/run/t0883.check
parentea25648d2737e6110b6a643b0ac4e852688a3cab (diff)
downloadscala-a11a57735e73d66147f9f6166687ad7bc04feca8.tar.gz
scala-a11a57735e73d66147f9f6166687ad7bc04feca8.tar.bz2
scala-a11a57735e73d66147f9f6166687ad7bc04feca8.zip
Fixes SI-5629.
Adds an additional argument to the unify method in specialization - `tparams`. When this parameter is set to `true`, unification is done over type parameters in poly types as well. Additionally, the unification in specialization now works over type bounds. This ensures that in the below example: trait Foo[@specialized(Int) A] { def bar[B <: A](b: B) {} } class IntFoo extends Foo[Int] { override def bar[B <: Int](b: B) {} } the method `bar` gets correctly determined as a method that needs a special override for its `bar$mcI$sp`.
Diffstat (limited to 'test/files/run/t0883.check')
0 files changed, 0 insertions, 0 deletions