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