Skip to content

Fix type inferencing for pseudo-varargs method like Arrays.toString #644

@eric-milles

Description

@eric-milles

For methods that accept array and have multiple overloads, type inferencing is selecting incorrect overload. Arrays.toString(new Object()) is inferencing as toString(long[]) and it should be toString(Object[]).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions