summaryrefslogtreecommitdiff
path: root/test/files/run/macro-expand-overload.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-expand-overload.check')
-rw-r--r--test/files/run/macro-expand-overload.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/macro-expand-overload.check b/test/files/run/macro-expand-overload.check
new file mode 100644
index 0000000000..9d9989d85f
--- /dev/null
+++ b/test/files/run/macro-expand-overload.check
@@ -0,0 +1,6 @@
+(fooObjectString,Expr[Nothing](Macros),42)
+(fooObjectInt,Expr[Nothing](Macros),42)
+fooObjectBoolean
+(fooClassString,Expr[Nothing](new Macros()),42)
+(fooClassInt,Expr[Nothing](new Macros()),42)
+fooClassBoolean