Support for import aliases in code completion
#KT-8848 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import kotlin.collections.firstOrNull as aaa
|
||||
|
||||
fun foo() {
|
||||
listOf(1, 2).aa<caret>
|
||||
}
|
||||
|
||||
// EXIST: { lookupString: "aaa", itemText: "aaa", tailText: "() for List<T> (kotlin.collections.firstOrNull)" }
|
||||
Reference in New Issue
Block a user