blob: caba2ede5d84c8ea1bf6287e9d1b98d6c7ed53ca [file]
// !DIAGNOSTICS: +UNUSED_PARAMETER
fun f(p: Int): Int {
val p = 2
return p
}