<p>Am 16.10.2015 23:45 schrieb "Mattias Gaertner" <<a href="mailto:nc-gaertnma@netcologne.de">nc-gaertnma@netcologne.de</a>>:<br>
> > bug 28861 <<a href="http://bugs.freepascal.org/view.php?id=28861">http://bugs.freepascal.org/view.php?id=28861</a>> if a type helper<br>
> > exists for a literal value code insight throws an access violation<br>
> > Example: 'Hello'. // throws an access violation after the dot<br>
><br>
> The 'Hello'. was not yet implemented. I it is now.</p>
<p>Also for numbers and enums? </p>
<p>> It still looks strange to me.</p>
<p>Well... It's a logical extension of the type helpers however (and Delphi compatible). The only critical part is that literal constants don't have a type per se and thus the chosen helper might be different :/ (e.g. an Int16 helper when one expected an Int32 one or so...)</p>
<p>Regards,<br>
Sven</p>