Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
shadowing
/
ShadowParameterInFunctionBody.fir.kt
blob: 38eb0368338746cd5f635a166e85e4e6fbc1fbc5 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// DIAGNOSTICS: +UNUSED_PARAMETER
fun f
(
p
:
Int
):
Int
{
val p
=
2
return
p
}
/* GENERATED_FIR_TAGS: functionDeclaration, integerLiteral, localProperty, propertyDeclaration */