Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
when
/
kt9929.kt
blob: 3f65bf8c10690807de92578889614f0353b8c353 [
file
]
val test
:
Int
=
if
(
true
)
<!
TYPE_MISMATCH
!>{
when
(
2
)
{
1
->
1
else
->
null
}
}<!>
else
{
2
}