From 10d5726a02b33086fe1899985c9175d5329d57e9 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Tue, 31 Mar 2020 23:54:21 +0300 Subject: [PATCH] Update test data that depends on stdlib method docs --- idea/testData/editor/quickDoc/MethodFromStdLib.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.collections CollectionsKt.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.

+//INFO: ): List<T>

Returns a list containing only elements matching the given predicate.

Samples:

samples.collections.Collections.Filtering.filter

// Unresolved