Open GoogleCodeExporter opened 9 years ago
At least, ElementByElement and ElementByElement2 should definitely be
highlighted the
same way.
Original comment by alexey.v...@gmail.com
on 15 Aug 2009 at 5:26
Will try to fix the inconsistency.
I do not know enough about C# to fi the larger issue which is already filed as
issue 70.
Original comment by mikesamuel@gmail.com
on 17 Aug 2009 at 3:50
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 comment by mikesamuel@gmail.com
on 18 Aug 2009 at 5:22
Original issue reported on code.google.com by
alexey.v...@gmail.com
on 14 Aug 2009 at 10:37