Sign in
android
/
platform
/
tools
/
idea
/
9ea67227e8fdcf8ed37e65bb96e32767291d0f4f
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
extractMethod
/
IdeaDev2291.java
blob: 5b14d4535ce03cda7e39e590e5ae3797cb403ca4 [
file
]
class
Tester
{
void
method
(
Object
...
array
)
{
Object
object
=
null
;
<
selection
>
array
.
equals
(
object
);</
selection
>
}
}