// PROBLEM: none // WITH_RUNTIME fun test() { val foo = 1 val bar = 2 String.format("""foo is %s, bar is %s.%n""", foo, bar) }