4059e82d29
* testsuite/libjava.compile/PR19277.java: New file for PR java/19277. * testsuite/libjava.compile/PR19277.xfail: Likewise. From-SVN: r93146
8 lines
73 B
Java
8 lines
73 B
Java
class PR19277
|
|
{
|
|
void snafu (int[] array)
|
|
{
|
|
array.length++;
|
|
}
|
|
}
|