Crash with errornous code

Issue #151 resolved
Christian-W. Budde created an issue

The below (ambigious or errornous) code will result in an access violation:

type
  JExternalClass = class external
  end;

function Test: JExternalClass
begin
  exit();
end;

I haven't had time to look into this further, but just wanted to let you know. Maybe it's just a false positive.

Comments (1)

  1. Log in to comment