| // RUN_PIPELINE_TILL: FRONTEND | |
| // FIR_IDENTICAL | |
| // ISSUE: KT-67764 | |
| class CustomList<in T>{} | |
| fun m(l: Any) { | |
| val asList = l is CustomList<<!CONFLICTING_PROJECTION!>out<!> String> | |
| } | |
| /* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, in, isExpression, localProperty, nullableType, | |
| outProjection, propertyDeclaration, typeParameter */ |