blob: b2246682813ecbe196caab4299947ee7889e265b [file]
fun foo(x: Int, y: String) {
val z = "$y"
val w = "$x"
}