Fixed regression in rendering generic types upper bounds.
This commit is contained in:
committed by
Andrey Breslav
parent
a8f43d1e47
commit
d875bf80cb
@@ -9,7 +9,7 @@ T</b>
|
||||
<td align="right" colspan="2" style="white-space:nowrap;font-weight:bold;">
|
||||
<b>
|
||||
fun</b>
|
||||
<T, E>
|
||||
<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;">
|
||||
|
||||
Reference in New Issue
Block a user