// RUNTIME_WITH_FULL_JDK import java.lang.String.format fun test() { val foo = 1 val bar = 2 "foo is $foo, bar is $bar." }