summaryrefslogtreecommitdiff
path: root/test/files/run/t3452b.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-02-15 14:14:13 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-02-15 14:14:13 +0100
commit640e27950001d6eddca89654b93e042a38822557 (patch)
treec2f21f40c282d0933b5c40c8ae156c66c56d88c7 /test/files/run/t3452b.check
parent45cfc7b3a242f0be0397c5eb3946356bf3446dc9 (diff)
downloadscala-640e27950001d6eddca89654b93e042a38822557.tar.gz
scala-640e27950001d6eddca89654b93e042a38822557.tar.bz2
scala-640e27950001d6eddca89654b93e042a38822557.zip
SI-3452 A better fix for static forwarder generic sigs
The previous commit fixed this in the wrong way. The addition to the test case (testing an inherited method from a base class in addition to the test with a mxin method) still failed. Like mixin, static forwarder generation uses the exact erased siganture of the forwardee for the forwarder. It really ought to use the as-seen-from signature (adding requisite boxing/ unboxing), but until we do that we have to avoid emitting generic signatures that are incoherent.
Diffstat (limited to 'test/files/run/t3452b.check')
-rw-r--r--test/files/run/t3452b.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t3452b.check b/test/files/run/t3452b.check
index 4f9ed634b4..204c3d0437 100644
--- a/test/files/run/t3452b.check
+++ b/test/files/run/t3452b.check
@@ -1 +1,2 @@
Search received: test
+SearchC received: test