Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
shadowing
/
ShadowPropertyInClosure.kt
blob: 6f171143f50ae3df3b62ea515e0e277e6b2e4685 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
val i
=
17
val f
:
()
->
Int
=
{
var
i
=
17
;
i
}
/* GENERATED_FIR_TAGS: functionalType, integerLiteral, lambdaLiteral, localProperty, propertyDeclaration */