You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SILGen]: fix a bug in isolated default argument handling
Changes in #81370 addressed a
number of issues with isolated default argument handling. However, there
seemed to still be a problem when dealing with isolated default
arguments of instance/static methods under the following conditions:
- The method contained an isolated default parameter
- The method contained a defaulted parameter that expanded to 0 or >1
values
- Said parameter was followed by another defaulted parameter
The attempted fix here was to adjust the isolated default argument
iteration bookkeeping.
0 commit comments