Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
shadowing
/
ShadowVariableInNestedClosureParam.fir.kt
blob: 127cef7c3f57c0838bc5c6b4b89a5503f0016c32 [
file
]
fun ff
():
Int
{
var
i
=
1
{
i
:
Int
->
i
}
return
i
}