Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cfg
/
expressions
/
nothingExpr.kt
blob: 8e84214c82f733a95ff5a5f8ee9de1ee739a1b6f [
file
]
fun
Any
?.
doSomething
()
{}
fun bar
():
Nothing
=
throw
Exception
()
fun foo
()
{
null
!!.
doSomething
()
bar
().
doSomething
()
}