7b12dd498f
#KT-13780 Fixed
10 lines
139 B
Kotlin
Vendored
10 lines
139 B
Kotlin
Vendored
class X<D>()
|
|
|
|
fun test() {
|
|
bar(<caret>)
|
|
}
|
|
|
|
fun bar(foo: X<*>) {}
|
|
|
|
// EXIST: { lookupString:"X", itemText:"X", tailText:"() (<root>)" }
|