Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
unit
/
nullableUnit.kt
blob: 2c8869795583de0d6f9f7f558b5a28b9d656c9e0 [
file
]
// FIR_IDENTICAL
fun foo
()
{}
val x
:
Unit
?
=
<!
NO_ELSE_IN_WHEN
!>
when
<!>
(
"A"
)
{
"B"
->
foo
()
}