Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
intentionDescriptions
/
BindFieldsFromParametersAction
/
after.java.template
blob: 52a8366b3b17495a978ac575b1e5199cddfe69b8 [
file
] [
log
] [
blame
]
public
class
X
{
int
p1
;
int
p2
;
int
p3
;
void
f
(
int
p1
,
int
p2
,
int
p3
)
{
this
.
p1
=
p1
;
this
.
p2
=
p2
;
this
.
p3
=
p3
;
}
}