Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
SimplifyNegatedBinaryExpressionIntention
/
before.kt.template
blob: b55588746f2f51a61eb61d021c0315e5bcb5e22d [
file
] [
log
] [
blame
]
if
(<
spot
>!(
a
==
b
)</
spot
>)
{
println
(
"Not Equal"
)
}