Skip to content

Fix type inferencing for spread on list of lists #763

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  String value
}
def lists = [[[ [a:1] ]]]
def result = lists*.value

The inferred type of "value" should be Integer and "result" should be List<List<List<Integer>>>.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions