We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)...".
Bean
Also, if number: 0, string: '' is replaced with /*number: 0, string: ''*/, "number" and "string" are still code selectable.
number: 0, string: ''
/*number: 0, string: ''*/
The text was updated successfully, but these errors were encountered:
I also noticed this problem.
Sorry, something went wrong.
Fix for issue #452: get start of map ctor args from TupleExpression list
cac97a4
2dfff30
I confirm this is fixed for me too.
eric-milles
No branches or pull requests
Consider the following:
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.The text was updated successfully, but these errors were encountered: