Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCall
/
assignment.kt.after
blob: 6ed1576a090b4be27cf20b2c4897a6f1d9daadf4 [
file
] [
log
] [
blame
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
var
i
=
0
fun foo
(
s
:
String
?)
{
i
=
s
?.
length
?:
<caret>
}