re PR java/19277 (allows array.length++ although it is final)
* testsuite/libjava.compile/PR19277.java: New file for PR java/19277.
* testsuite/libjava.compile/PR19277.xfail: Likewise.
From-SVN: r93146
This commit is contained in:
committed by
Ranjit Mathew
parent
5bf8aebc12
commit
4059e82d29
@@ -0,0 +1,7 @@
|
||||
class PR19277
|
||||
{
|
||||
void snafu (int[] array)
|
||||
{
|
||||
array.length++;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user