Mark-<br><br>This has been fixed.<br><br>Regards,<br>Neal<br><br><div class="gmail_quote">On Wed, May 14, 2008 at 1:18 AM, Mark Mahieu <<a href="mailto:mark@twistedbanana.demon.co.uk" target="_blank">mark@twistedbanana.demon.co.uk</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>
<div>Thanks Neal. I also ran into this:</div><div><br></div><div><br></div><div><div>public class WrongFoundType {</div><div><div><br></div><div> static <T extends {=> void}> void foo(T block) {</div>
</div><div> block = { ==> };</div><div> }</div><div>}</div><div><br></div><div><br></div><div>Attempting to compile it yields an 'incompatible types' error as expected, but the 'found' type substituted into the error message is incorrect (should be '{ ==> void }' not '{ => void }'):</div>
<div><br></div><div><br></div></div><div><div>WrongFoundType.java:4: incompatible types</div><div>found : { => void}</div><div>required: T</div><div> block = { ==> };</div><div> ^</div><div>
1 error</div><div><br></div><div><br></div><div>Regards,</div><div><br></div><font color="#888888"><div>Mark</div></font></div></div></blockquote></div><br>