`"${something}"` is shorthand for `String.format("...
# language-proposals
b
"${something}"
is shorthand for
String.format("%s", something.toString())