Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
partialBodyResolve
/
IfEqAutoCast.kt
blob: 6b25734df00bafce53c0827bc2ddb05cc9e316f8 [
file
]
fun foo
(
o
:
String
?,
o1
:
String
)
{
if
(
o
!=
o1
)
return
<caret>
o
.
hashCode
()
}