mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
* 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++;
|
|
}
|
|
}
|