Compiler crash for constant class members

Issue #41 resolved
Christian Budde created an issue

The following code should not crash the compiler:

type TSomeClass = class const CFoo = ['Foo', 'Bar']; CBar = ['Foo']; end;

However, it does. Beside this there are a few alternatives which also crash the compiler at the moment. Most probably it is just one issue that needs to be fixed.

Comments (1)

  1. Log in to comment