Skip to content

Fix type inferencing and code navigation for multi-catch types #1273

@eric-milles

Description

@eric-milles

Consider the following:

try {
} catch (Exception | Error e) {
}

The type of "e" within the catch block is showing as the first type and the subsequent types are not selectable.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions