PR19277.java 73 Bytes
Newer Older
1 2 3 4 5 6 7
class PR19277
{
  void snafu (int[] array)
  {
    array.length++;
  }
}