Synthetic java properties are not always bold in completion and are not sorted as extensions
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
fun String.forString(){}
|
||||
|
||||
fun globalFun(){}
|
||||
|
||||
fun String?.foo() {
|
||||
<caret>
|
||||
}
|
||||
|
||||
// EXIST: { lookupString: "globalFun", attributes: "" }
|
||||
// EXIST: { lookupString: "compareTo", attributes: "grayed" }
|
||||
// EXIST: { lookupString: "forString", attributes: "grayed" }
|
||||
Reference in New Issue
Block a user