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