Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
surroundWithNullCheck
/
invokeFuncUnsafe.kt
blob: 3295c80bc922f521d170f30bfe3ac4072d312ee0 [
file
] [
log
] [
blame
]
// "Surround with null check" "true"
fun foo
(
exec
:
(()
->
Unit
)?)
{
<caret>
exec
()
}