FIR: Fix overload resolution with context receivers
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ class A {
|
||||
fun useWithContextReceivers() {
|
||||
with(42) {
|
||||
with("") {
|
||||
<!OVERLOAD_RESOLUTION_AMBIGUITY!>f<!>({}, 42)
|
||||
f({}, 42)
|
||||
sameAsFWithoutNonContextualCounterpart({}, 42)
|
||||
p
|
||||
val a = A()
|
||||
|
||||
Reference in New Issue
Block a user