Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
operatorToFunction
/
binaryNotEqNonNullable.kt.after
blob: ae1993b145c61f632026ad3a79e2de7ee60829a6 [
file
] [
log
] [
blame
]
fun foo
(
a
:
Int
,
b
:
Int
)
{
!
a
.
equals
(
b
)
}