Crash with invalid script

Issue #39 resolved
Christian Budde created an issue

The below code should fail to compile, but instead crashes the compiler.

var Foo: Integer := 2; if (Foo in [2, ) then

Comments (1)

  1. Log in to comment