// "Add 'toString()' call" "true" fun test() { var s: String = "" s = 1 + 2 * 3 }