// IS_APPLICABLE: false fun test(n: Int): String { var res: String if (n == 1) { "one" } else { "two" } return res }