blob: e01d3f95fcc2affb7d631f684a90829a2de70883 [file]
// RUN_PIPELINE_TILL: FRONTEND
// ISSUE: KT-76914
interface Box<V> {
val property: V
}
class BoxClass<V>
fun main() {
Box<<!PLACEHOLDER_PROJECTION_IN_QUALIFIER!>_<!>>::property
val a: (Box<Int>) -> Int = Box<<!PLACEHOLDER_PROJECTION_IN_QUALIFIER!>_<!>>::property
}
/* GENERATED_FIR_TAGS: callableReference, classDeclaration, functionDeclaration, functionalType, interfaceDeclaration,
localProperty, nullableType, propertyDeclaration, typeParameter */