insertChildBefore(firstOrDefault(getArraySpecifiers()), new ArraySpecifier(), ARRAY_SPECIFIER_ROLE);
final TypeReference typeReference = getUserData(Keys.TYPE_REFERENCE);
if (typeReference != null) {
putUserData(Keys.TYPE_REFERENCE, typeReference.makeArrayType());
}
return this;
}