PR163.java 124 Bytes
Newer Older
Bryce McKinlay committed
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;
}