Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
surroundWithNullCheck
/
simpleUnsafeCall.kt
blob: 48e4d72b5020cf1ca6cb6fb496f4d27db5bfb90c [
file
] [
log
] [
blame
]
// "Surround with null check" "true"
fun foo
(
arg
:
Int
?)
{
arg
<caret>
.
hashCode
()
}