Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
SwapMethodCallArgumentsIntention
/
after.java.template
blob: 53f7eee1953e283a0ced9e0fe510252c9465f169 [
file
] [
log
] [
blame
]
public
class
X
{
Point
f
(
int
x
,
int
y
)
{
return
new
Point
(
x
,
y
);
}
}