blob: e6438af4a8236e44faa40b299f2ed54e1ea602c6 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
// ISSUE: KT-69407
fun <T> <!UNRESOLVED_REFERENCE!>UnresolvedClass<!><out T>.test() { }
class Box<T>
typealias TA<K> = Box<K>
fun checkList(list: TA<out <!UNRESOLVED_REFERENCE!>UnresolvedClass<!>>) {}
/* GENERATED_FIR_TAGS: classDeclaration, funWithExtensionReceiver, functionDeclaration, nullableType, outProjection,
typeAliasDeclaration, typeAliasDeclarationWithTypeParameter, typeParameter */