Commit 4232f33
committed
Fix lookahead for effects specifiers in function types
We were failing to properly look past effect specifiers like async
throws(X) in a function type starting with an attribute.1 parent 043a13a commit 4232f33
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1800 | 1800 | | |
1801 | 1801 | | |
1802 | 1802 | | |
1803 | | - | |
1804 | 1803 | | |
1805 | 1804 | | |
1806 | 1805 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments