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