blob: 4724b5f36ed8b3a79b4e8730ad3f0d8f5f523301 [file] [log] [blame]
// "Remove 'toString()' call" "true"
val foo = "test"
val bar = "${foo.toString()<caret>}_"