aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/PR163.java
blob: 283c8ac1c9cf0cbf8c1a0ba2854787a933c0a0e5 (plain)
1
2
3
4
5
6
7
8
// Test case for the PR gcj/163

// Uninitalized final variables should not be permitted.

class PR163
{
  final int foo;
}