Fix tests after stdlib rearrangement

This commit is contained in:
Andrey Breslav
2013-11-07 13:53:52 +04:00
parent 9038798e55
commit fd73dc3dce
2 changed files with 1 additions and 2 deletions
@@ -2,4 +2,4 @@ fun test() {
listOf(1, 2, 4).<caret>filter { it > 0 }
}
// INFO: <b>public</b> <b>fun</b> &lt;T> jet.Collection&lt;T&gt;.filter(predicate: (T) &rarr; jet.Boolean): jet.List&lt;T&gt; <i>defined in</i> kotlin<br/><p>Returns a list containing all elements which match the given *predicate*<br/></p>
// INFO: <b>public</b> <b>fun</b> &lt;T> jet.Iterable&lt;T&gt;.filter(predicate: (T) &rarr; jet.Boolean): jet.List&lt;T&gt; <i>defined in</i> kotlin<br/><p>Returns a list containing all elements which match the given *predicate*<br/></p>
@@ -124,7 +124,6 @@ public abstract class Config {
"/generated/_Collections.kt",
"/generated/_Iterables.kt",
"/generated/_Iterators.kt",
"/generated/_IteratorsCommon.kt",
"/kotlin/support/AbstractIterator.kt",
"/kotlin/Standard.kt",
"/kotlin/Strings.kt",