9361cd895c
#KT-8848 Fixed
8 lines
200 B
Kotlin
Vendored
8 lines
200 B
Kotlin
Vendored
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)" }
|