Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceInfixOrOperatorCall
/
assignmentArray.kt.after
blob: b6e99efceed0b2d6929ad9b04c89bbfb1d64c1fc [
file
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
(
array
:
Array
<
String
>?)
{
var
s
=
""
s
=
array
?.
get
(
0
)
?:
<caret>
}