/receiverShadowedMemberExtension.kt:(215,218): error: Call to 'fun Bar.baz(): Unit' defined in 'Foo' uses an implicit receiver shadowed by a context parameter. Disambiguate the receiver by wrapping the call in 'with(this) { ... }' or 'with(contextOf<Foo>()) { ... }'.

/receiverShadowedMemberExtension.kt:(281,284): error: Call to 'fun Bar.baz(): Unit' defined in 'Foo' uses an implicit receiver shadowed by a context parameter. Disambiguate the receiver by wrapping the call in 'with(this) { ... }' or 'with(f) { ... }'.

/receiverShadowedMemberExtension.kt:(331,334): error: Call to 'fun Bar.baz(): Unit' defined in 'Foo' uses an implicit receiver shadowed by a context parameter. Disambiguate the receiver by wrapping the call in 'with(this) { ... }' or 'with(f) { ... }' / 'with(contextOf<Foo>()) { ... }'.

/receiverShadowedMemberExtension.kt:(449,452): error: Call to 'fun Bar.baz(): Unit' defined in 'Foo' uses an implicit receiver shadowed by a context parameter. Make the receiver explicit using 'this' or 'contextOf<Bar>()'.

/receiverShadowedMemberExtension.kt:(525,528): error: Call to 'fun Bar.baz(): Unit' defined in 'Foo' uses an implicit receiver shadowed by a context parameter. Make the receiver explicit using 'this' or 'f'.

/receiverShadowedMemberExtension.kt:(577,580): error: Call to 'fun Bar.baz(): Unit' defined in 'Foo' uses an implicit receiver shadowed by a context parameter. Make the receiver explicit using 'this' or 'f' / 'contextOf<Bar>()'.
