blob: 23f8ab0bdb9b1ade165522283c00397cf04c785a [file]
// FIR_IDENTICAL
// !DIAGNOSICS: +UNUSED_PARAMETER
fun foo(x: Int) = 1
val y = 2
foo(y)