Commit 2d6a38b
committed
[CS] Call
Previously we would only call this in the delayed
application logic, which is currently run for
multi-statement closures. I'm planning on
removing that code path, which uncovered this
issue.checkParameterList for single-expr closures1 parent 380f319 commit 2d6a38b
2 files changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8996 | 8996 | | |
8997 | 8997 | | |
8998 | 8998 | | |
8999 | | - | |
9000 | | - | |
| 8999 | + | |
| 9000 | + | |
9001 | 9001 | | |
| 9002 | + | |
| 9003 | + | |
9002 | 9004 | | |
9003 | 9005 | | |
9004 | 9006 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 | | |
0 commit comments