Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
replaceInfixOrOperatorCall
/
callExpression.kt.after
blob: 918037f70b133f4607c02623feb30622e78bd7ee [
file
] [
log
] [
blame
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
()
{}
fun bar
()
{
val fff
:
(()
->
Unit
)?
=
::
foo
fff
?.
invoke
()
}