Better completion for static members: special behavior in case of imports from same class exist
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import java.util.Collections.max
|
||||
|
||||
fun foo() {
|
||||
lastIndexOfSub<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST_JAVA_ONLY: { allLookupStrings: "lastIndexOfSubList", itemText: "Collections.lastIndexOfSubList" }
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user