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