Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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
;
}
}
}