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