Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
surroundWithNullCheck
/
unsafeCallInBinary.kt
blob: 0d5adc2f58e4dd22c894af60cc63e7fca8740d08 [
file
] [
log
] [
blame
]
// "Surround with null check" "true"
fun foo
(
arg
:
Int
?)
{
42
+
arg
<caret>
.
hashCode
()
-
13
}