Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
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 */