Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
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
()
}