source:
trunk/gcc/libjava/testsuite/libjava.compile/PR163.java
Last change on this file was 2, checked in by , 22 years ago | |
---|---|
|
|
File size: 124 bytes |
Line | |
---|---|
1 | // Test case for the PR gcj/163 |
2 | |
3 | // Uninitalized final variables should not be permitted. |
4 | |
5 | class PR163 |
6 | { |
7 | final int foo; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.