blob: 554c158d61ea90890ac321f691fffe4fc58fd82e [file]
// 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 */