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

Code select missing for type in map constructor expression #452

Closed
eric-milles opened this issue Feb 2, 2018 · 2 comments
Closed

Code select missing for type in map constructor expression #452

eric-milles opened this issue Feb 2, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@eric-milles
Copy link
Member

Consider the following:

class Test {
  void meth() {
    new Bean(number: 0, string: '')
  }
}

class Bean {
  Number number
  String string
}

Code select is not available on Bean in "new Bean)...".

Also, if number: 0, string: '' is replaced with /*number: 0, string: ''*/, "number" and "string" are still code selectable.

@eric-milles eric-milles added the bug label Feb 2, 2018
@eric-milles eric-milles added this to the v3.0.0 milestone Feb 2, 2018
@mauromol
Copy link

mauromol commented Feb 5, 2018

I also noticed this problem.

@mauromol
Copy link

mauromol commented Feb 8, 2018

I confirm this is fixed for me too.

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

2 participants