Consider the following: ```groovy @CompileStatic void test(item) { if (null != item) { } } ``` Placing the cursor over `!=` and pressing `Ctrl+1` presents "Exchange left and right operands" but the assist fails.
Consider the following:
Placing the cursor over
!=and pressingCtrl+1presents "Exchange left and right operands" but the assist fails.