From ed994e0217192b3d416b29f61c7d0a60a6890787 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sat, 15 Feb 2020 17:35:59 +0800 Subject: force forward declaration of variable for assigning local function. --- spec/inputs/unless_else.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/inputs/unless_else.moon b/spec/inputs/unless_else.moon index fe96c0b..987b60b 100644 --- a/spec/inputs/unless_else.moon +++ b/spec/inputs/unless_else.moon @@ -1,5 +1,5 @@ if a - unless b + unless b or d print "hi" elseif c print "not hi" -- cgit v1.2.3-55-g6feb