Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCall
/
expression.kt
blob: 13a323a988256a26e7ad2b7dc86c4e3c1260a190 [
file
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo
(
s
:
String
?)
{
1
+
s
<caret>
.
length
}