Consider the following: ```groovy @Deprecated class Old { def m() { return null } } ``` Deprecation highlighting (strikethrough) is being applied to statements with otherwise-neutral highlighting, like "return null" in the example. 
Consider the following:
Deprecation highlighting (strikethrough) is being applied to statements with otherwise-neutral highlighting, like "return null" in the example.