aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/funcs.mp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/funcs.mp')
-rw-r--r--spec/inputs/funcs.mp1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/inputs/funcs.mp b/spec/inputs/funcs.mp
index 4176e33..0e45ff1 100644
--- a/spec/inputs/funcs.mp
+++ b/spec/inputs/funcs.mp
@@ -46,6 +46,7 @@ _ = (x = if something then yeah else no) ->
46something = (hello=100, world=(x=[[yeah cool]])-> print "eat rice") -> 46something = (hello=100, world=(x=[[yeah cool]])-> print "eat rice") ->
47 print hello 47 print hello
48 48
49_ = () =>
49_ = (x, y) => 50_ = (x, y) =>
50_ = (@x, @y) => 51_ = (@x, @y) =>
51_ = (x=1) => 52_ = (x=1) =>