// "Remove redundant 'if' statement" "true" fun bar(value: Int) = if (value % 2 == 0) true else false