Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCall
/
assignmentToProperty.kt.after
blob: dd5bf5c4372d39d17c7d00d3a3ac6f48f286977f [
file
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
class
T
(
s
:
String
?)
{
var
i
:
Int
=
s
?.
length
?:
<caret>
}