40022e8f7a
#KT-12068 Fixed
12 lines
209 B
Kotlin
Vendored
12 lines
209 B
Kotlin
Vendored
package p
|
|
|
|
class C
|
|
|
|
operator fun C.get(p: Int): Int = 0
|
|
|
|
fun foo(c: C) {
|
|
c.<caret>
|
|
}
|
|
|
|
// EXIST: { lookupString: "[]", itemText: "[]", tailText: "(p: Int) for C in p", typeText: "Int", attributes: "bold" }
|