summaryrefslogtreecommitdiff
path: root/test/files/run/t8437/Test_2.scala
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2014-03-25 20:18:15 +0100
committerEugene Burmako <xeno.by@gmail.com>2014-03-25 20:18:15 +0100
commitc34826d1ca183a29f73eb056f69c59a50091ec4d (patch)
treef6a5c80dc44a7f189bc062fc67d1bc0e9d4a720b /test/files/run/t8437/Test_2.scala
parentc765537cb3532a7b88f1b68331840953f3e9d048 (diff)
parent932626471f90c038511647400518d8c32607315b (diff)
downloadscala-c34826d1ca183a29f73eb056f69c59a50091ec4d.tar.gz
scala-c34826d1ca183a29f73eb056f69c59a50091ec4d.tar.bz2
scala-c34826d1ca183a29f73eb056f69c59a50091ec4d.zip
Merge pull request #3651 from xeno-by/ticket/8437
SI-8437 macro runtime now also picks inherited macro implementations
Diffstat (limited to 'test/files/run/t8437/Test_2.scala')
-rw-r--r--test/files/run/t8437/Test_2.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t8437/Test_2.scala b/test/files/run/t8437/Test_2.scala
new file mode 100644
index 0000000000..47bb84ad0e
--- /dev/null
+++ b/test/files/run/t8437/Test_2.scala
@@ -0,0 +1,4 @@
+object Test extends App {
+ println(InvokeBundle.foo)
+ println(InvokeBundle.bar)
+} \ No newline at end of file