Using colon operator brings to segmentation fault

Island, Linux.

namespace ConsoleApplication2;

type
Program = class
public

class method Main(args: array of String): Int32;
begin
 var o : Object;
 var s : String := o:ToString;
 writeln(s); // OK
 writeln(o:ToString); // Segmentation fault
 
end;

end;

end.

Thanks, logged as bugs://76847

bugs://76847 got closed with status fixed.

Fixed here: https://github.com/remobjects/IslandRTL/commit/428eaffdc63ab767934f5ee0c23ed5539ce45867

Logged as bugs://i64648.

bugs://i64648 was closed as fixed.