Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
operatorToFunction
/
binarayNotEqNullable.kt
blob: 1a4d1cbfc7f442e487092ee8f18305e638f6b0e2 [
file
] [
log
] [
blame
]
fun foo
(
p1
:
String
?,
p2
:
String
?)
{
if
(
p1
<caret>
!=
p2
)
{
}
}