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