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