summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-nonstatic.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-bundle-nonstatic.check')
-rw-r--r--test/files/neg/macro-bundle-nonstatic.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/files/neg/macro-bundle-nonstatic.check b/test/files/neg/macro-bundle-nonstatic.check
new file mode 100644
index 0000000000..36bccc54db
--- /dev/null
+++ b/test/files/neg/macro-bundle-nonstatic.check
@@ -0,0 +1,13 @@
+macro-bundle-nonstatic.scala:12: error: value Bundle is not a member of object Module
+ def foo1 = macro Module.Bundle.impl
+ ^
+macro-bundle-nonstatic.scala:13: error: value Bundle is not a member of Module
+ def foo2 = macro new Module().Bundle.impl
+ ^
+macro-bundle-nonstatic.scala:17: error: macro bundles must be static
+ def foo = macro Bundle.impl
+ ^
+macro-bundle-nonstatic.scala:23: error: macro bundles must be static
+ def foo = macro Bundle.impl
+ ^
+four errors found