Sign in
android
/
platform
/
tools
/
idea
/
9ea67227e8fdcf8ed37e65bb96e32767291d0f4f
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
extractMethod
/
ExtractWithLeadingComment.java
blob: a2519de1d14395504eb812743600fd9c9b42d76e [
file
]
class
Test
{
public
void
method2
()
{
if
(
true
)
{
<
selection
>
// add to list2
list2
.
add
(
true
);</
selection
>
}
else
{
}
}
}