PR374.java   [plain text]


public class PR374
{
  Object a, b[], c[];

  public void foo ()
  {
    c = new Object[10];
  }
}