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