Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
resources-en
/
src
/
postfixTemplates
/
IntroduceFieldPostfixTemplate
/
after.java.template
blob: 7ef89f986aace642db1f6e46cd306391c9a73bbf [
file
] [
log
] [
blame
]
public
class
Foo
{
private
int
foo
;
public
Foo
(
int
arg
)
{
foo
=
arg
;
}
}