From 7e3e245f6809946ea06ef1998bcabb7e0902fbd7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 18:16:32 -0400 Subject: Deprecate `defer` --- test/lambdas.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lambdas.tm') diff --git a/test/lambdas.tm b/test/lambdas.tm index 1d1b2775..5508dba2 100644 --- a/test/lambdas.tm +++ b/test/lambdas.tm @@ -31,6 +31,6 @@ func main() fn := func() return func() return func() - defer say("$outer") + say("$outer") return outer assert fn()()() == "Hello" -- cgit v1.2.3