5 lines
60 B
Plaintext
Vendored
5 lines
60 B
Plaintext
Vendored
fun foo() {
|
|
val nv1 = 1
|
|
val nv2 = "${nv1}postfix"
|
|
}
|