136428c7b4
This should fix two inspection tests (implicit receiver case) Before this commit, check of 'this' on null was accidentally not highlighted by if-then to safe access or elvis. Now it is.