Sign in
android
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
extractMethod
/
ConstantConditionsAffectingControlFlow.java
blob: f00e84b5673a7db341d6de4a1eb9e9ad45ad9f7a [
file
]
public
/*abstract*/
class
WillWorkTest
{
int
opera
()
{
int
i
=
0
;
<
selection
>
int
k
;
if
(
true
)
k
=
i
;
return
k
;</
selection
>
}
}