summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-nonpublic-c.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-bundle-nonpublic-c.check')
-rw-r--r--test/files/neg/macro-bundle-nonpublic-c.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/macro-bundle-nonpublic-c.check b/test/files/neg/macro-bundle-nonpublic-c.check
new file mode 100644
index 0000000000..1dfcee58b7
--- /dev/null
+++ b/test/files/neg/macro-bundle-nonpublic-c.check
@@ -0,0 +1,4 @@
+macro-bundle-nonpublic-c.scala:6: error: private value c escapes its defining scope as part of type Macros.this.c.universe.Literal
+ def impl = q"()"
+ ^
+one error found