Consider the following: ```groovy class C { static @Lazy Map map = new HashMap().tap { put('key', 'val') } } ``` The initialization expression for "map" has no highlighting and does not support code completion or navigation. 
Consider the following:
The initialization expression for "map" has no highlighting and does not support code completion or navigation.