From 90e5ee7ee432f558b3c55d79fba1fcb2a8ce502f Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 10 Feb 2021 20:45:46 +0800 Subject: fix issue #38 with a better solution. --- spec/inputs/export.mp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/inputs/export.mp') diff --git a/spec/inputs/export.mp b/spec/inputs/export.mp index 9a494d9..085510e 100644 --- a/spec/inputs/export.mp +++ b/spec/inputs/export.mp @@ -43,6 +43,9 @@ export Constant = switch value when "better" then 2 when "best" then 3 +export item = 123 + |> func + export x f if a then b -- cgit v1.2.3-55-g6feb