You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Test this code:
<code>
private static void ElementByElement<T>(T[] arg, int start) {}
private static void ElementByElement2<T>(T[] arg, int start) {}
</code>
What is the expected output? What do you see instead?
ElementByElement and ElementByElement2 should both be highlighted as method
names. Instead, ElementByElement is highlighted as a type name (this is
Issue #70), and ElementByElement2 is not highlighted at all.
Original issue reported on code.google.com by [email protected] on 14 Aug 2009 at 10:37
The text was updated successfully, but these errors were encountered:
They are both highlighted as type names on FF 3.5, Safari 3.2.3, and IE 6. What
browser are you seeing the difference in?
I'm running the test by adding the below to prettify_test.html.
<pre class="prettyprint">
private static void ElementByElement<T>(T[] arg, int start) {}
private static void ElementByElement2<T>(T[] arg, int start) {}
</pre>
Original issue reported on code.google.com by
[email protected]
on 14 Aug 2009 at 10:37The text was updated successfully, but these errors were encountered: