Skip to content

Commit 940f51f

Browse files
authored
Add tests for function literals in arguments
Updated readme
1 parent 03f7ea5 commit 940f51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ all ✓ tests passed successfully only two problems detected for now.
77
foo(() -> bar(if true then 1 else 2, 3)).toString()
88
^
99
```
10-
```cofeescript
10+
```javascript
1111
// 2.
1212
foo(() -> implicitCall 1, 2; { 1, 2 }).toString()
1313

0 commit comments

Comments
 (0)