Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
smartCasts
/
lambdaCall.fir.kt
blob: 144891faa3de101a0edd05d2af665b7a48ff5618 [
file
]
// See KT-9134: smart cast is not provided inside lambda call
fun bar
():
Int
=
{
var
i
:
Int
?
i
=
42
i
}()