Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceInfixOrOperatorCall
/
assignmentCallExpression.kt
blob: 8f9864a079a896add9a3dfccfd47fe8fc2e6071e [
file
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun bar
()
{
val fff
:
(()
->
Int
)?
=
{
1
}
var
i
:
Int
=
1
i
=
fff
<caret>
()
}