Fixed regression in rendering generic types upper bounds.

This commit is contained in:
Michał Sapalski
2013-04-09 15:19:09 +02:00
committed by Andrey Breslav
parent a8f43d1e47
commit d875bf80cb
5 changed files with 12 additions and 8 deletions
@@ -9,7 +9,7 @@ T</b>
<td align="right" colspan="2" style="white-space:nowrap;font-weight:bold;">
<b>
fun</b>
&lt;T, E>
&lt;T, E : java.lang.Cloneable>
writeToMyList</td>
<td style="white-space:nowrap;font-weight:bold;">
(</td>
@@ -22,7 +22,7 @@ t: T</td>
<td style="white-space:nowrap;font-weight:bold;">
: jet.Unit <b>
where</b>
E : java.lang.Cloneable, E : java.io.Closeable</td>
E : java.io.Closeable</td>
</tr>
<tr>
<td colspan="8" style="white-space:nowrap;">