Sorting overloads in completion
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun foo(iterable: Iterable<String>) {
|
||||
iterable.singl<caret>
|
||||
}
|
||||
|
||||
// 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" }
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user