Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
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
}