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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Consider the following:
class MapBased extends HashMap { public field = 'field' } new MapBased().field
This script returns "field" (for Groovy 5) but the name is not highlighted to indicate field access.
The text was updated successfully, but these errors were encountered:
Fix for #1573: expose public field for map-based type
7544704
GROOVY-5001, GROOVY-5491
Sorry, something went wrong.
eric-milles
No branches or pull requests
Consider the following:
This script returns "field" (for Groovy 5) but the name is not highlighted to indicate field access.
The text was updated successfully, but these errors were encountered: