Skip to content

Fix type inferencing, syntax highlighting and code navigation for static import of inner class #1142

@eric-milles

Description

@eric-milles

Consider the following:

package foo
class Bar {
  static class Baz {}
}
import static foo.Bar.Baz

Baz baz = new Baz()

"Baz" in static import is highlighted as unknown (underlined).

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions