Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
eric-milles opened this issue Jun 15, 2019 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@eric-milles
Copy link
Member

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.

@eric-milles eric-milles self-assigned this Jun 15, 2019
@eric-milles eric-milles added this to the v3.4.0 milestone Jun 15, 2019
@eric-milles eric-milles changed the title Import alias and default arguments together cause syntax coloring breakdown Import alias and method overloads together cause syntax coloring breakdown Jun 16, 2019
@eric-milles eric-milles changed the title Import alias and method overloads together cause syntax coloring breakdown Import alias and method overloads can cause syntax coloring breakdown Jun 16, 2019
@eric-milles eric-milles changed the title Import alias and method overloads can cause syntax coloring breakdown Import alias and method overloads can cause type inferencing breakdown Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant