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