Annotation bug ?

Posted by jmls on 21-Feb-2011 03:11

I'm using annotations with my code generator so that I won't lose custom changes to a program that is automatically generated. However, I think I've found a bug

DEF VAR foo AS CHAR NO-UNDO.

@a1.

DO:

  @a2.

END.

REPEAT:

  @a3.

END.

PROCEDURE ifoo:

  @a4.

END PROCEDURE.

CASE foo:

  WHEN "a" THEN .

  @a5.

END CASE.

the compiler complains at the a5 annotation.

this is on 10.2B03

1) is this the case on other versions ?

2) am i right in thinking that this is a bug ?

All Replies

This thread is closed