Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
AddArrayCreationExpressionIntention
/
after.java.template
blob: feec2a48e65035f22b9bbad2dcf0087f6d598780 [
file
] [
log
] [
blame
]
public
class
X
{
private
final
String
[]
ss
=
new
String
[]{};
}