// FIR_IDENTICAL // !LANGUAGE: +ContextReceivers context(T) class A context(Collection

) class B

fun Int.foo() { A() } fun Collection.bar() { B() }