28c231d647
2000-03-07 Bryce McKinlay <bryce@albatross.co.nz> Test for PR gcj/163: * libjava.lang/PR163.java: New file. * libjava.lang/PR163.xfail: New file. From-SVN: r32393
9 lines
124 B
Java
9 lines
124 B
Java
// Test case for the PR gcj/163
|
|
|
|
// Uninitalized final variables should not be permitted.
|
|
|
|
class PR163
|
|
{
|
|
final int foo;
|
|
}
|