Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
intentions
/
ExpandBoolean.groovy
blob: 76cfe0f0b1a3607d4af871103e6e9f5b0e01f570 [
file
] [
log
] [
blame
]
class
ExpandBoolean
{
private
boolean
x
;
private
boolean
y
;
boolean
foo
()
{
x
=
y
;
return
x
;
}
}