Skip to content

Follow up on remaining paramArray errors #1311

Open
@filmor

Description

@filmor

The following test cases created in PR #1304 do not work right now:

    res = MethodTest.ParamsArrayOverloaded(1, 2, i=1)
    assert res == "with params-array"

    res = MethodTest.ParamsArrayOverloaded(paramsArray=[], i=1)
    assert res == "with params-array"

The respective calls are not matched to the C# method.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions