<div dir="ltr">Hi everyone,<div><br></div><div>I am getting a strange error when compiling a project. I am really not sure what is going on, because it occurs sometimes, consistently in some lines of the code with calls to this static variable:</div><div>...</div><div>function NextID(ID : word) : word;<br></div><div>...</div><div>NextID(<a href="http://ContainerClass.SomeTypeInstance.ID">ContainerClass.SomeTypeInstance.ID</a>)<br></div><div>...</div><div>type</div><div>  TSomeType = class(TSomeBaseClass)</div><div>  public</div><div>    ID : TTrialID; static;<br></div><div>  end;</div><div><br></div><div>I hit F9 again and then the project compiles with error.</div><div><br></div><div>Any suggestions? Should I care about this error and report it??</div><div><br></div><div>Best,</div><div>R</div><div> </div></div>