blob: 9fef3cd46c107fb96f79fbabbb2934ac9cf7b299 [file]
// "Remove 'toString()' call" "true"
fun foo(s: String) = s
fun bar() = foo("a${"b".toString()<caret>}")