Skip to content

Array bracket overload does not get correct generic type #319

Open
@BSteffaniak

Description

@BSteffaniak

e.g.

filesMap.put(node.location, filesMap.get(node.location) ?: new NovaFile[])

works, but this doesn't:

filesMap.put(node.location, filesMap[node.location] ?: new NovaFile[])

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions