aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lambdas.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lambdas.tm b/test/lambdas.tm
index cb5bf3d4..40f24abb 100644
--- a/test/lambdas.tm
+++ b/test/lambdas.tm
@@ -36,7 +36,7 @@ func main():
fn := func():
return func():
return func():
- defer: |{outer}
+ defer: //! {outer}
return outer
>> fn()()()
= "Hello"