Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
shadowing
/
ShadowVariableInNestedClosureParam.fir.kt
blob: 69db2128ffd5ab3d19c5cbea8b84141aa5b05f45 [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun ff
():
Int
{
var
i
=
1
{
i
:
Int
->
i
}
return
i
}
/* GENERATED_FIR_TAGS: functionDeclaration, integerLiteral, lambdaLiteral, localProperty, propertyDeclaration */