0df5d5158d
#KT-38297 Fixed
4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
fun foo(x: Int, y: String) {
|
|
val z = "$y"
|
|
val w = "$x"
|
|
} |