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