Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceSingleLineLetIntention
/
letWithMultipleMethodCall.kt.after
blob: 2ad7d4ba2bc3eef7aaaa8a24211929ce88b7c994 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
// IS_APPLICABLE: true
fun foo
()
{
val foo
:
String
?
=
null
foo
?.
hashCode
()?.
hashCode
()
}