fun test(n: Int) { val t = if (n > 0) n + 1 else n }