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