Skip to content

Import alias of inner class and method overloads can cause type inferencing breakdown #951

@eric-milles

Description

@eric-milles

Follow up to #908. Consider the following:

import java.util.Map.Entry as KeyValPair
class C {
  void meth(x = 'x', y = 'y', KeyValPair pair) {
    ...
  }
}

Syntax coloring, type inferencing, code select, etc. within the method body are missing.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions