Sign in
android
/
platform
/
tools
/
idea
/
9ea67227e8fdcf8ed37e65bb96e32767291d0f4f
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
extractMethod
/
IDEADEV11848.java
blob: bd9df7146bfb2f4c5b5dcb31391305a756a2c882 [
file
]
class
Container
{
static
class
X
{
boolean
x
=
false
;
void
foo
(
String
s
,
String
t
)
{
<
selection
>
x
=
true
;</
selection
>
x
=
true
;
}
}
}