Fix tests: codegen, completion, decompiler consistency, quickdoc, intentions, navigation, reference resolver, quick fixes
This commit is contained in:
@@ -3,8 +3,8 @@ fun foo(iterable: Iterable<String>) {
|
||||
}
|
||||
|
||||
// WITH_ORDER
|
||||
// EXIST: { itemText: "single", tailText: "() for Iterable<T> in kotlin" }
|
||||
// EXIST: { itemText: "single", tailText: " {...} (predicate: (String) -> Boolean) for Iterable<T> in kotlin" }
|
||||
// EXIST: { itemText: "singleOrNull", tailText: "() for Iterable<T> in kotlin" }
|
||||
// EXIST: { itemText: "singleOrNull", tailText: " {...} (predicate: (String) -> Boolean) for Iterable<T> in kotlin" }
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user