Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
shadowing
/
ShadowVariableInNestedClosureParam.kt
blob: df83fb8c7b52290212d9471fe4b329cc1db26533 [
file
]
fun ff
():
Int
{
var
i
=
1
{
<!
NAME_SHADOWING
!>
i
<!>:
Int
->
i
}
return
i
}