fun foo(iterable: Iterable) { iterable.singl } // WITH_ORDER // EXIST: { itemText: "single", tailText: "() for Iterable in kotlin.collections" } // EXIST: { itemText: "single", tailText: " {...} (predicate: (String) -> Boolean) for Iterable in kotlin.collections" } // EXIST: { itemText: "singleOrNull", tailText: "() for Iterable in kotlin.collections" } // EXIST: { itemText: "singleOrNull", tailText: " {...} (predicate: (String) -> Boolean) for Iterable in kotlin.collections" } // NOTHING_ELSE