// "Add 'toString()' call" "true" // ACTION: Add 'toString()' call fun foo() { bar(null as Any?) } fun bar(a: String) { }