Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
kt10805.kt
blob: ee32a69961ed0569552e6f6841024cd569ca9581 [
file
]
// FIR_IDENTICAL
// AssertionError for nested ifs with lambdas and Nothing as results
// NI_EXPECTED_FILE
val fn
=
if
(
true
)
{
{
true
}
}
else
if
(
true
)
{
{
true
}
}
else
{
null
!!
}