Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
SplitDeclarationAndInitializationIntention
/
after.java.template
blob: 1d04adc264b81a7289ac8aa6d572ade900a334f3 [
file
] [
log
] [
blame
]
public
class
X
{
int
i
;
{
i
=
65535
;
}
}