class PR19277
{
  void snafu (int[] array)
  {
    array.length++;
  }
}