aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-bundle-nonpublic-c.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-bundle-nonpublic-c.check')
-rw-r--r--tests/untried/neg/macro-bundle-nonpublic-c.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-bundle-nonpublic-c.check b/tests/untried/neg/macro-bundle-nonpublic-c.check
new file mode 100644
index 000000000..1dfcee58b
--- /dev/null
+++ b/tests/untried/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