blob: c2d61f8c3f18ef0ec0e0320260b72b500754c20e [file] [log] [blame]
fun a(x: Int) {}
fun b() {
val x = 1
a(x)
}