blob: bf499a4c82de00d0fa0aa8c4af5a8daf0f5fd704 [file]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-47884
interface A<X>
class B<T>
fun foo(a: A<*>, b: B<*>): Boolean = a == b
fun bar(a: A<*>, b: B<*>): Boolean = a === b
/* GENERATED_FIR_TAGS: classDeclaration, equalityExpression, functionDeclaration, interfaceDeclaration, nullableType,
starProjection, typeParameter */