9b8c55d823
(cherry picked from squashed commits 49a3ef3 and 4c7a42a)
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
fun foo(x: Int, y: String) {
|
|
val z = "$y"
|
|
val w = "$x"
|
|
} |