0399772ee6
#KT-9835 Fixed
8 lines
230 B
Kotlin
Vendored
8 lines
230 B
Kotlin
Vendored
interface I
|
|
|
|
fun foo(r: R<out I>) {
|
|
r.<caret>
|
|
}
|
|
|
|
// EXIST: { itemText: "foo", tailText: " (from getFoo())", typeText: "Int", attributes: "bold" }
|
|
// EXIST: { itemText: "f", tailText: "()", typeText: "Int", attributes: "bold" } |