Reformat html test data for DiagnosticMessageTest

This commit is contained in:
Svetlana Isakova
2014-04-18 15:59:09 +04:00
parent 1e8a8d2861
commit efa00782a4
17 changed files with 238 additions and 556 deletions
@@ -1,118 +1,48 @@
<!-- conflictingSubstitutions1 -->
<html>
Type inference failed: Cannot infer type parameter <b>
T</b>
in <table>
Type inference failed: Cannot infer type parameter <b>T</b> in
<table>
<tr>
<td width="10%">
</td>
<td align="right" colspan="2" style="white-space:nowrap;font-weight:bold;">
<b>
fun</b>
&lt;T, E : java.lang.Cloneable>
writeToMyList</td>
<td style="white-space:nowrap;font-weight:bold;">
(</td>
<td align="right" style="white-space:nowrap;font-weight:bold;">
l: MyList&lt;in T&gt;,</td>
<td align="right" style="white-space:nowrap;font-weight:bold;">
t: T</td>
<td style="white-space:nowrap;font-weight:bold;">
)</td>
<td style="white-space:nowrap;font-weight:bold;">
: kotlin.Unit <b>
where</b>
E : java.io.Closeable</td>
<td width="10%"></td>
<td align="right" colspan="2" style="white-space:nowrap;font-weight:bold;"><b>fun</b> <`T, E : java.lang.Cloneable> writeToMyList</td>
<td style="white-space:nowrap;font-weight:bold;">(</td>
<td align="right" style="white-space:nowrap;font-weight:bold;">l: MyList<`in T>,</td>
<td align="right" style="white-space:nowrap;font-weight:bold;">t: T</td>
<td style="white-space:nowrap;font-weight:bold;">)</td>
<td style="white-space:nowrap;font-weight:bold;">: kotlin.Unit <b>where</b> E : java.io.Closeable</td>
</tr>
<tr>
<td colspan="8" style="white-space:nowrap;">
None of the following substitutions</td>
<td colspan="8" style="white-space:nowrap;">None of the following substitutions</td>
</tr>
<tr>
<td width="10%">
</td>
<td style="white-space:nowrap;">
</td>
<td style="white-space:nowrap;">
</td>
<td style="white-space:nowrap;">
<b>
(</b>
</td>
<td align="right" style="white-space:nowrap;">
<font color=red>
<b>
MyList&lt;in kotlin.Any&gt;</b>
</font>
<b>
,</b>
</td>
<td align="right" style="white-space:nowrap;">
<b>
kotlin.Any</b>
</td>
<td style="white-space:nowrap;">
<b>
)</b>
</td>
<td width="10%"></td>
<td style="white-space:nowrap;"></td>
<td style="white-space:nowrap;"></td>
<td style="white-space:nowrap;"><b>(</b></td>
<td align="right" style="white-space:nowrap;"><font color=red><b>MyList<`in kotlin.Any></b></font><b>,</b></td>
<td align="right" style="white-space:nowrap;"><b>kotlin.Any</b></td>
<td style="white-space:nowrap;"><b>)</b></td>
</tr>
<tr>
<td width="10%">
</td>
<td style="white-space:nowrap;">
</td>
<td style="white-space:nowrap;">
</td>
<td style="white-space:nowrap;">
<b>
(</b>
</td>
<td align="right" style="white-space:nowrap;">
<b>
MyList&lt;in kotlin.Int&gt;</b>
<b>
,</b>
</td>
<td align="right" style="white-space:nowrap;">
<font color=red>
<b>
kotlin.Int</b>
</font>
</td>
<td style="white-space:nowrap;">
<b>
)</b>
</td>
<td width="10%"></td>
<td style="white-space:nowrap;"></td>
<td style="white-space:nowrap;"></td>
<td style="white-space:nowrap;"><b>(</b></td>
<td align="right" style="white-space:nowrap;"><b>MyList<`in kotlin.Int></b><b>,</b></td>
<td align="right" style="white-space:nowrap;"><font color=red><b>kotlin.Int</b></font></td>
<td style="white-space:nowrap;"><b>)</b></td>
</tr>
<tr>
<td colspan="8" style="white-space:nowrap;">
can be applied to</td>
<td colspan="8" style="white-space:nowrap;">can be applied to</td>
</tr>
<tr>
<td width="10%">
</td>
<td style="white-space:nowrap;">
</td>
<td style="white-space:nowrap;">
</td>
<td style="white-space:nowrap;">
<b>
(</b>
</td>
<td align="right" style="white-space:nowrap;">
<b>
MyList&lt;kotlin.Int&gt;</b>
<b>
,</b>
</td>
<td align="right" style="white-space:nowrap;">
<b>
kotlin.Any</b>
</td>
<td style="white-space:nowrap;">
<b>
)</b>
</td>
<td width="10%"></td>
<td style="white-space:nowrap;"></td>
<td style="white-space:nowrap;"></td>
<td style="white-space:nowrap;"><b>(</b></td>
<td align="right" style="white-space:nowrap;"><b>MyList<`kotlin.Int></b><b>,</b></td>
<td align="right" style="white-space:nowrap;"><b>kotlin.Any</b></td>
<td style="white-space:nowrap;"><b>)</b></td>
</tr>
</table>
</html>
</html>