blob: 563d5a2a69445fec71b5bf9a5924c18b8b654133 [file] [log] [blame]
fun foo(iterable: Iterable<String>) {
iterable.singl<caret>
}
// WITH_ORDER
// EXIST: { itemText: "single", tailText: "() for Iterable<T> in kotlin.collections" }
// EXIST: { itemText: "single", tailText: " {...} (predicate: (String) -> Boolean) for Iterable<T> in kotlin.collections" }
// EXIST: { itemText: "singleOrNull", tailText: "() for Iterable<T> in kotlin.collections" }
// EXIST: { itemText: "singleOrNull", tailText: " {...} (predicate: (String) -> Boolean) for Iterable<T> in kotlin.collections" }
// NOTHING_ELSE