Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
resources-en
/
src
/
intentionDescriptions
/
MoveInitializerToSetUpMethodAction
/
after.java.template
blob: 388865d2301c0bde7ff8108444a5c0f7d5f3ba75 [
file
] [
log
] [
blame
]
public
class
X
extends
TestCase
{
int
field
;
@Override
public
void
setUp
()
throws
Exception
{
field
=
0
;
}
}