ghkweon / dwscript

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

Helpers. Syntax error and access violation #254

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Code:

Type

 THelper = Helper For String

  Function Length : Integer; // not implemented method

 End;

('string').Length; 

Output:

Runtime Error: Access violation at address 0052095C in module 'test.exe'. Read 
of address 00000000 in THelper.Length [line: 9, column: 12]

Original issue reported on code.google.com by kazantse...@mail.ru on 30 Apr 2012 at 2:53

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

Original comment by zar...@gmail.com on 30 Apr 2012 at 3:05