// FIR_IDENTICAL // ISSUE: KT-47884 interface A class B fun foo(a: A<*>, b: B<*>): Boolean = a == b