Consider the following: ```groovy 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. 
Consider the following:
This script returns "field" (for Groovy 5) but the name is not highlighted to indicate field access.