| // 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 */ |