Skip to content

Fix type inferencing for method call with named arguments of overloaded method #1024

@eric-milles

Description

@eric-milles

Consider the following:

void meth(String s) {
}
void meth(Map args) {
}
meth(name:null)

Code hover (F2) and open declaration (F3) on method call refer to String overload instead of Map overload.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions