Island issue

I’m sorry , but as usual I need a little more context. This compiles fine:

    class method Main(args: array of String): Int32;
    begin
      // add your own code here
      writeLn('The magic happens here.');
      var position: Int64;
      var f_length: Int64;
       if 0 <= position <= f_length then 
    end;

ok:

method Read(const position: int32): T;
require

0 <= position <= f_length -----> ERROR above
begin
///… code logic…

Thanks, logged as bugs://77316

bugs://77316 got closed with status fixed.

I found now a Debugger-Bug^^^, when i set a breakpoint, the debugger dont stop where the brekpoint was set.

2 posts were split to a new topic: Island internal error

Logged as bugs://i65042.

bugs://i65042 was closed as fixed.