hi guys, there is a little problem with the AA0005 warning. sample code: ``` if true then begin for i := 1 to 5 do if true then Message('Hello World'); end else begin for i := 1 to 5 do Message('Hello World'); end; ```
hi guys,
there is a little problem with the AA0005 warning.
sample code: