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