Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
shadowing
/
ShadowVariableInNestedClosureParam.kt
blob: 291a9aab4522549a5880e7186004ecd1d8c878ae [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun ff
():
Int
{
var
i
=
1
{
<!
NAME_SHADOWING
!>
i
<!>:
Int
->
i
}
return
i
}
/* GENERATED_FIR_TAGS: functionDeclaration, integerLiteral, lambdaLiteral, localProperty, propertyDeclaration */