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