Skip to content

Fix type inferencing for variadic Class methods #538

@eric-milles

Description

@eric-milles

Consider the following:

def m = String.getMethod('toLowerCase')

getMethod is incorrectly inferencing as unknown. When at least one more parameter is added for the argument type(s), it infers correctly.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions