aboutsummaryrefslogtreecommitdiffstats
path: root/auth/cli-editor/src/test/resources/macros/MacroFile8.apexmacro
diff options
context:
space:
mode:
Diffstat (limited to 'auth/cli-editor/src/test/resources/macros/MacroFile8.apexmacro')
-rw-r--r--auth/cli-editor/src/test/resources/macros/MacroFile8.apexmacro2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/cli-editor/src/test/resources/macros/MacroFile8.apexmacro b/auth/cli-editor/src/test/resources/macros/MacroFile8.apexmacro
new file mode 100644
index 000000000..58c14e41d
--- /dev/null
+++ b/auth/cli-editor/src/test/resources/macros/MacroFile8.apexmacro
@@ -0,0 +1,2 @@
+var returnValueType = Java.type("java.lang.Boolean");
+var returnValue = new returnValueType(true);