summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-abstract.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-bundle-abstract.check')
-rw-r--r--test/files/neg/macro-bundle-abstract.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/macro-bundle-abstract.check b/test/files/neg/macro-bundle-abstract.check
new file mode 100644
index 0000000000..4b07adcc95
--- /dev/null
+++ b/test/files/neg/macro-bundle-abstract.check
@@ -0,0 +1,4 @@
+macro-bundle-abstract.scala:5: error: class Bundle$Bundle needs to be abstract, since method deferred in trait Bundle of type => Int is not defined
+trait Bundle extends Macro {
+ ^
+one error found