mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-15 01:38:13 -05:00
added a test to make sure that chained calls work
This commit is contained in:
5
test/fixtures/execution/chained_calls.cs
vendored
Normal file
5
test/fixtures/execution/chained_calls.cs
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
identity_wrap: x => => x..
|
||||
|
||||
result: identity_wrap(identity_wrap(true))()()
|
||||
|
||||
print(result)
|
||||
Reference in New Issue
Block a user