Community
Participate
Working Groups
Currently, validation does not allow the following: ExternalType ET1 type javaobject static etField1 int; end record rec1 type annotation annField1 fieldRef = ET1.etField1; //Valation error here end The Validation error says that fieldref and int are not compatible. This needs to be changed to allow for proper inititial values of annotation record fields. Clearly, the rules for annotation field assignment compatibility needs to be different than the rules for initialization of regular record fields.
Setting the target milestone to Future for bugs that won't be addressed in 0.8.2.