Synthetic java properties are not always bold in completion and are not sorted as extensions
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
fun <T> List<T>.forListT(){}
|
||||
fun <T> Collection<T>.forCollectionT(){}
|
||||
fun <T> T.forT() {}
|
||||
|
||||
fun foo(list: List<String>) {
|
||||
list.<caret>
|
||||
}
|
||||
|
||||
// EXIST: { itemText: "forListT", attributes: "bold" }
|
||||
// EXIST: { itemText: "forCollectionT", attributes: "" }
|
||||
// EXIST: { itemText: "forT", attributes: "" }
|
||||
Reference in New Issue
Block a user