blob: 0e834235530102832de6c6d79c48ded009753577 [file]
// RUN_PIPELINE_TILL: FRONTEND
// 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 */