5 lines
73 B
Plaintext
Vendored
5 lines
73 B
Plaintext
Vendored
fun foo() {
|
|
val prefix = "prefix"
|
|
val nv2 = "${prefix}postfix"
|
|
}
|