Commit 7ae0d9b
committed
Fix error message for block/lambda with
They currently complain that the parent method is not forwarding.
But the actual problem is that these types of arguments simply don't
accept `...`
Fixes [Bug #21927]... argument1 parent 34e5539 commit 7ae0d9b
5 files changed
Lines changed: 51 additions & 5 deletions
File tree
- src
- templates/src
- test/prism/errors
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13859 | 13859 | | |
13860 | 13860 | | |
13861 | 13861 | | |
| 13862 | + | |
13862 | 13863 | | |
13863 | 13864 | | |
13864 | 13865 | | |
| |||
13914 | 13915 | | |
13915 | 13916 | | |
13916 | 13917 | | |
13917 | | - | |
| 13918 | + | |
13918 | 13919 | | |
13919 | 13920 | | |
13920 | 13921 | | |
| |||
14594 | 14595 | | |
14595 | 14596 | | |
14596 | 14597 | | |
| 14598 | + | |
14597 | 14599 | | |
14598 | 14600 | | |
14599 | 14601 | | |
| |||
18836 | 18838 | | |
18837 | 18839 | | |
18838 | 18840 | | |
18839 | | - | |
| 18841 | + | |
| 18842 | + | |
| 18843 | + | |
| 18844 | + | |
| 18845 | + | |
| 18846 | + | |
| 18847 | + | |
| 18848 | + | |
| 18849 | + | |
| 18850 | + | |
| 18851 | + | |
18840 | 18852 | | |
18841 | 18853 | | |
18842 | 18854 | | |
| |||
18861 | 18873 | | |
18862 | 18874 | | |
18863 | 18875 | | |
18864 | | - | |
| 18876 | + | |
| 18877 | + | |
| 18878 | + | |
| 18879 | + | |
| 18880 | + | |
| 18881 | + | |
| 18882 | + | |
| 18883 | + | |
| 18884 | + | |
| 18885 | + | |
| 18886 | + | |
18865 | 18887 | | |
18866 | 18888 | | |
18867 | 18889 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
0 commit comments