2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.compile / PR163.java
blob283c8ac1c9cf0cbf8c1a0ba2854787a933c0a0e5
1 // Test case for the PR gcj/163
3 // Uninitalized final variables should not be permitted.
5 class PR163
7 final int foo;