blob: cf0c1107f3b1f78f0b72d08066795fb95761aee3 [file] [log] [blame]
class ResolvedCall<out D>(val candidateDescriptor: D)
fun test(myResolvedCall: ResolvedCall<String>) {
bar(my<caret>)
}
fun bar(foo: ResolvedCall<*>) {}
// EXIST: myResolvedCall