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