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