Update test data that depends on stdlib method docs

This commit is contained in:
Ilya Gorbunov
2020-03-31 23:54:21 +03:00
parent 6eebe21897
commit 10d5726a02
+1 -1
View File
@@ -4,4 +4,4 @@ fun test() {
//INFO: <div class='definition'><pre><a href="psi_element://kotlin.collections"><code>kotlin.collections</code></a> <font color="808080"><i>CollectionsKt.class</i></font><br>public inline fun &lt;T&gt; <a href="psi_element://kotlin.collections.Iterable">Iterable</a>&lt;<a href="psi_element://kotlin.collections.filter.T">T</a>&gt;.<b>filter</b>(
//INFO: predicate: (<a href="psi_element://kotlin.collections.filter.T">T</a>) &rarr; Boolean
//INFO: ): <a href="psi_element://kotlin.collections.List">List</a>&lt;<a href="psi_element://kotlin.collections.filter.T">T</a>&gt;</pre></div><div class='content'><p>Returns a list containing only elements matching the given <a href="psi_element://predicate">predicate</a>.</p></div><table class='sections'></table>
//INFO: ): <a href="psi_element://kotlin.collections.List">List</a>&lt;<a href="psi_element://kotlin.collections.filter.T">T</a>&gt;</pre></div><div class='content'><p>Returns a list containing only elements matching the given <a href="psi_element://predicate">predicate</a>.</p></div><table class='sections'><tr><td valign='top' class='section'><p>Samples:</td><td valign='top'><p><a href="psi_element://samples.collections.Collections.Filtering.filter"><code>samples.collections.Collections.Filtering.filter</code></a><pre><code>// Unresolved</code></pre></td></table>