ghkweon / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Misprint in the error message #268

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1446.

Original comment by zar...@gmail.com on 7 May 2012 at 5:38