Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -20,7 +20,7 @@ t: T</td>
|
||||
<td style="white-space:nowrap;font-weight:bold;">
|
||||
)</td>
|
||||
<td style="white-space:nowrap;font-weight:bold;">
|
||||
: jet.Unit <b>
|
||||
: kotlin.Unit <b>
|
||||
where</b>
|
||||
E : java.io.Closeable</td>
|
||||
</tr>
|
||||
@@ -42,14 +42,14 @@ None of the following substitutions</td>
|
||||
<td align="right" style="white-space:nowrap;">
|
||||
<font color=red>
|
||||
<b>
|
||||
MyList<in jet.Any></b>
|
||||
MyList<in kotlin.Any></b>
|
||||
</font>
|
||||
<b>
|
||||
,</b>
|
||||
</td>
|
||||
<td align="right" style="white-space:nowrap;">
|
||||
<b>
|
||||
jet.Any</b>
|
||||
kotlin.Any</b>
|
||||
</td>
|
||||
<td style="white-space:nowrap;">
|
||||
<b>
|
||||
@@ -69,14 +69,14 @@ jet.Any</b>
|
||||
</td>
|
||||
<td align="right" style="white-space:nowrap;">
|
||||
<b>
|
||||
MyList<in jet.Int></b>
|
||||
MyList<in kotlin.Int></b>
|
||||
<b>
|
||||
,</b>
|
||||
</td>
|
||||
<td align="right" style="white-space:nowrap;">
|
||||
<font color=red>
|
||||
<b>
|
||||
jet.Int</b>
|
||||
kotlin.Int</b>
|
||||
</font>
|
||||
</td>
|
||||
<td style="white-space:nowrap;">
|
||||
@@ -101,13 +101,13 @@ can be applied to</td>
|
||||
</td>
|
||||
<td align="right" style="white-space:nowrap;">
|
||||
<b>
|
||||
MyList<jet.Int></b>
|
||||
MyList<kotlin.Int></b>
|
||||
<b>
|
||||
,</b>
|
||||
</td>
|
||||
<td align="right" style="white-space:nowrap;">
|
||||
<b>
|
||||
jet.Any</b>
|
||||
kotlin.Any</b>
|
||||
</td>
|
||||
<td style="white-space:nowrap;">
|
||||
<b>
|
||||
|
||||
Reference in New Issue
Block a user