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