Test for PR gcj/163:
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
This commit is contained in:
committed by
Bryce McKinlay
parent
c7ce272aa5
commit
28c231d647
@@ -0,0 +1,8 @@
|
||||
// Test case for the PR gcj/163
|
||||
|
||||
// Uninitalized final variables should not be permitted.
|
||||
|
||||
class PR163
|
||||
{
|
||||
final int foo;
|
||||
}
|
||||
Reference in New Issue
Block a user