Returns a list containing only elements matching the given predicate.
diff --git a/idea/testData/editor/quickDoc/MethodFromStdLib.kt b/idea/testData/editor/quickDoc/MethodFromStdLib.kt index 7e70d5cdd1f..f00d1364862 100644 --- a/idea/testData/editor/quickDoc/MethodFromStdLib.kt +++ b/idea/testData/editor/quickDoc/MethodFromStdLib.kt @@ -4,4 +4,4 @@ fun test() { //INFO:
kotlin.collectionsCollectionsKt.class
public inline fun <T> Iterable<T>.filter( //INFO: predicate: (T) → Boolean -//INFO: ): List<T>
Returns a list containing only elements matching the given predicate.
Returns a list containing only elements matching the given predicate.
Samples: |
|