Consider the following: ```groovy @Deprecated def object = null @Deprecated def (int i, int j) = list ``` Highlighting for deprecation (strikethrough) is applied to entire expression, not just the name. 
Consider the following:
Highlighting for deprecation (strikethrough) is applied to entire expression, not just the name.