Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
WrapVarargArgumentsWithExplicitArrayIntention
/
before.java.template
blob: 11d738b6233af18697f841571480c7e9f5faf519 [
file
]
public
class
X
{
List
f
(
int
x
,
int
y
)
{
return
java
.
util
.
Arrays
.
asList
(<
spot
>
x
,
y
</
spot
>);
}
}