- Notifications
You must be signed in to change notification settings - Fork750
Open
Description
The following test cases created in PR#1304 do not work right now:
res=MethodTest.ParamsArrayOverloaded(1,2,i=1)assertres=="with params-array"res=MethodTest.ParamsArrayOverloaded(paramsArray=[],i=1)assertres=="with params-array"
The respective calls are not matched to the C# method.
Metadata
Metadata
Assignees
Labels
No labels