Code:
Type
TObj = Class
Procedure Proc; Override;
End;
Output:
Syntax Error: No method* "Proc" found in class: "override" not applicable
[line: 4, column: 13] <--- misprint here (asterisk)
Syntax Error: Method "Proc" of class "TObj" not implemented [line: 4, column:
13]
Original issue reported on code.google.com by kazantse...@mail.ru on 6 May 2012 at 10:30
Original issue reported on code.google.com by
kazantse...@mail.ru
on 6 May 2012 at 10:30