// FIR_IDENTICAL // !LANGUAGE: +ContextReceivers // RENDER_DIAGNOSTICS_FULL_TEXT context(String) fun foo(x: Comparable<*>) {} context(String) fun foo(x: Number) {} fun test() { with("") { foo(1) } }