Skip to content

Import alias and method overloads can cause type inferencing breakdown #908

@eric-milles

Description

@eric-milles

Consider the following:

import foo.Bar as Type
class Baz {
  void meth(x = 'x', y = 'y', Type type) {
    ...
  }
}

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