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