1 // gcj generated buggy code when we reference a field of a
2 // non-constant member that we inherit from an interface.
6 final value x
= new value();
11 Object field
= "maude";
14 public class initfield
implements iface
16 public static void main(String
[] args
)
18 System
.out
.println(x
.field
);