summaryrefslogtreecommitdiff
path: root/test/files/run/t5923a.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-05-12 14:53:25 +0200
committerEugene Burmako <xeno.by@gmail.com>2013-05-12 22:18:59 +0200
commitadef4b526833a804dcbc160ff67c83e42c9fc2ee (patch)
treeefa187b493141b363053765e07cff8e401bcc7be /test/files/run/t5923a.check
parent7f29f8512d4975cf3a5a0b536a8910e4e3b4316b (diff)
downloadscala-adef4b526833a804dcbc160ff67c83e42c9fc2ee.tar.gz
scala-adef4b526833a804dcbc160ff67c83e42c9fc2ee.tar.bz2
scala-adef4b526833a804dcbc160ff67c83e42c9fc2ee.zip
SI-5923 instantiates targs in deferred macro applications
In January I submitted a pull request that, as I thought back then, fixes SI-5923: https://github.com/scala/scala/commit/fe60284769. The pull request was merged, and everyone was happy that the bug got fixed. Unfortunately, the fix was: a) incomplete, b) broke something else, as noticed by Miles in https://groups.google.com/d/topic/scala-internals/7pA9CiiD3u8/discussion. Now we got a real fix in 2.10.x (https://github.com/scala/scala/commit/90ac5c4e13), and it's my pleasure to port it to master.
Diffstat (limited to 'test/files/run/t5923a.check')
-rw-r--r--test/files/run/t5923a.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t5923a.check b/test/files/run/t5923a.check
new file mode 100644
index 0000000000..7165b734ac
--- /dev/null
+++ b/test/files/run/t5923a.check
@@ -0,0 +1,3 @@
+C(Int)
+C(String)
+C(Nothing)