Code:
var c := TClass;
If Assigned(c.ClassParent) Then; // OK
If c.ClassParent <> NIL Then; // syntax error here
Output:
Syntax Error: Invalid Operands [line: 4, column: 18]
Original issue reported on code.google.com by kazantse...@mail.ru on 5 Oct 2012 at 11:07
Original issue reported on code.google.com by
kazantse...@mail.ru
on 5 Oct 2012 at 11:07