diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/macro.moon | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/inputs/macro.moon b/spec/inputs/macro.moon index 47e5a26..2677d15 100644 --- a/spec/inputs/macro.moon +++ b/spec/inputs/macro.moon | |||
@@ -135,5 +135,7 @@ $def sel, a, b, c, [[ | |||
135 | $def dummy,[[ | 135 | $def dummy,[[ |
136 | ]] | 136 | ]] |
137 | 137 | ||
138 | nil | 138 | macro block implicitReturnblockMacroIsAllowed = -> "123" |
139 | |||
140 | $implicitReturnblockMacroIsAllowed! | ||
139 | 141 | ||