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
Ensure that param-array matching works correctly (#1304)
We can match n Python parameters to exactly n+1 C# parameters of which
the last one is a param-array.
Fixes#1302.
There are still two cases that are not covered.
0 commit comments