fun main(args: Array) { val str: String? = "" if (str != null) test(str) else test("") } fun test(s: String) = 1