/receiverShadowedMemberExtension.kt:13:15: 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:18:15: 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:21:19: 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:29:13: 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:34:13: 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:37:17: 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>()'.
