Skip to content

Fix type inference for static toString methods (and others found on java.lang.Class) #525

@eric-milles

Description

@eric-milles

Consider the following:

String[] arr = ...
def str = Arrays.toString(arr)

toString is incorrectly inferencing as Class.toString().

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions