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
New in Groovy 2.5:
import groovy.transform.* class Transforms { @Newify(pattern=/Hash.*/) void meth() { HashS| } }
Code complete (Ctrl-Space) at | should include suggestions for HashSet constructors similar to case for @Newify(HashSet)
|
HashSet
@Newify(HashSet)
The text was updated successfully, but these errors were encountered:
Add completion support for new pattern attribute of Newify AST transform
55d4eec
#593
Simplify check for implicit "this" method call
30a1b34
eric-milles
No branches or pull requests
New in Groovy 2.5:
Code complete (Ctrl-Space) at
|
should include suggestions forHashSet
constructors similar to case for@Newify(HashSet)
The text was updated successfully, but these errors were encountered: