gcc/libjava/testsuite/libjava.compile/PR19277.java

8 lines
73 B
Java

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