Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
intentions
/
NegateComparison.groovy
blob: 10d34cf8cdb87e861cb70cb4b95378b4db60b62f [
file
] [
log
] [
blame
]
x
=
3
;
y
=
4
;
if
(
x
==
y
)
{
print
"less"
}