faf4c05fc8
- See `returnExpressionItems::returnIsProbableInPosition` to get an idea where return is supposed to be more appropriate - End of the block (except for top level block of unit function or cycle) or as single expression in if or when - Right side of the elvis operator (which is not already in return) - Add additional `probable_keyword` weigher to signalize about probable keyword (for now it is only for `return`) - ^KT-34644 Fixed