var i: integer;
i := 5;
var list: array of integer;
if not i in list then
doSomething;
Obviously this should be "if not (i in list)" or "if i not in list", but this
mistake, as written, causes an AS cast in TdwsCompiler.ReadExprIn to fail,
raising an internal compiler error rather than a syntax error.
Original issue reported on code.google.com by masonwhe...@gmail.com on 5 Apr 2014 at 4:42
Original issue reported on code.google.com by
masonwhe...@gmail.com
on 5 Apr 2014 at 4:42