Skip to content

Fix type inferencing for expression lambda expression #1198

@eric-milles

Description

@eric-milles

Consider the following:

Optional.ofNullable(21).map(num -> num * 2).get()

The inferred types of "map" and "get" contain the unresolved type parameter "U".

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions