// "Remove redundant 'if' statement" "true" fun bar(value: Int): Boolean { val x = value % 2 != 0 return x }