Skip to content

Lambdas not extracting generic variable type correctly #309

Open
@BSteffaniak

Description

@BSteffaniak

e.g.

visible static Char[] OPERATOR_SYMBOLS = OPERATORS.reduce((chars, operator) -> {
    operator.chars.forEach({
        chars.addUnique(_)
    })

    return chars
}, new Char[])

Metadata

Metadata

Assignees

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions