Classify explicitly imported names higher than default imported in completion. Related to #KT-13447
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import java.lang.IllegalArgumentException
|
||||
|
||||
fun some(e: IllegalArgumentException<caret>) {
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// WITH_ORDER
|
||||
// EXIST: { lookupString:"IllegalArgumentException", tailText:" (java.lang)" }
|
||||
// EXIST: { lookupString:"IllegalArgumentException", tailText: " (kotlin)", typeText:"IllegalArgumentException" }
|
||||
Reference in New Issue
Block a user