89779b5013
the first removes curly braces from a simple name variable, ${x} -> $x
and the second does the opposite $x -> ${x}
3 lines
43 B
Plaintext
3 lines
43 B
Plaintext
fun foo() {
|
|
val y = <spot>"$x"</spot>
|
|
} |