summaryrefslogtreecommitdiff
path: root/test/files/codelib
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-02-09 19:24:00 +0100
committerEugene Burmako <xeno.by@gmail.com>2012-02-13 10:02:06 +0100
commit2fc92eb4f0ab8f12b4ed6c2439ef9a53484b3e45 (patch)
tree057b3fd6d500acf3b84077b0730a6d534c71170d /test/files/codelib
parent6548dcf12d83e327df2f90048140fb95346b7e95 (diff)
downloadscala-2fc92eb4f0ab8f12b4ed6c2439ef9a53484b3e45.tar.gz
scala-2fc92eb4f0ab8f12b4ed6c2439ef9a53484b3e45.tar.bz2
scala-2fc92eb4f0ab8f12b4ed6c2439ef9a53484b3e45.zip
Fixes https://issues.scala-lang.org/browse/SI-5453
Originally we thought that macros declared inside objects should not provide _this to their bodies. However, it: 1) contradicts vanilla Scala rules, according to which both class and object methods can use this, 2) imposes unnecessary burden on macro developers without providing any conveniences to us. Review by @odersky.
Diffstat (limited to 'test/files/codelib')
-rw-r--r--test/files/codelib/code.jar.desired.sha12
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/codelib/code.jar.desired.sha1 b/test/files/codelib/code.jar.desired.sha1
index 5e7acf3b90..dbf19cafd7 100644
--- a/test/files/codelib/code.jar.desired.sha1
+++ b/test/files/codelib/code.jar.desired.sha1
@@ -1 +1 @@
-5880dd44ee9fedec44fed3f223842e42d8a63959 ?code.jar
+e25f1daf9010b9dc6038ae7069fc9d0f7d48a53b ?code.jar