// PROBLEM: none fun main(args: Array) { val foo: String? = "foo" val bar = "bar" if (foo != null) else { bar } }