ニュース

The expression val x = newArrayOfSize (1).get (0) compiles to an two dimensional array in Java. final Object x = new Object [1] [0]; One would expect the array to be one dimensional with only one ...