<div dir="ltr"><div><div><div><div>Hi again,<br></div>this method cannot be generated:<br><br>
Item was added:<br>
+ ----- Method: InterpreterPlugin&gt;&gt;firstIndexableField:as: (in category &#39;casting support&#39;) -----<br>
+ firstIndexableField: obj as: <span class="">cType</span><br>
+       &lt;inline: true&gt;<br>
+       ^interpreterProxy cCoerce: (interpreterProxy firstIndexableField: obj) to: <span class="">cType</span>!<br>
<br></div>That&#39;s expected, only the inlined version can work when cType is replaced by a constant String as actual parameter.<br></div>&lt;doNotGenerate&gt; prevents the code to be generated and to be inlined...<br></div>Is there a way to prevent generation but let it be inlined?<br><br><br><div class="gmail_extra"><div class="gmail_quote">2016-04-08 19:01 GMT+02:00 tim Rowledge <span dir="ltr">&lt;<a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Do, please, try to remember to trim posts folks… <br><br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<br>
</div></div>tim<br>
--<br>
tim Rowledge; <a href="mailto:tim@rowledge.org">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" rel="noreferrer" target="_blank">http://www.rowledge.org/tim</a><br>
Strange OpCodes: YII: Yield to Irresistable Impulse<br>
<br>
<br>
</blockquote></div><br></div></div>