KT-13728 Implicitly imported functions should be above in completion then non-imported
#KT-13728 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package other
|
||||
|
||||
class TODO
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package kotlin
|
||||
|
||||
public inline fun TODO(): Nothing = throw NotImplementedError()
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun foo(): Any? = TODO<caret>
|
||||
|
||||
// WITH_ORDER
|
||||
// EXIST: { itemText: "TODO", tailText:"() (kotlin)" }
|
||||
// EXIST: { itemText: "TODO", tailText:" (other)" }
|
||||
Reference in New Issue
Block a user