We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
r
v
1 parent 58e6d25 commit 04f896dCopy full SHA for 04f896d
proposals/p3720.md
@@ -340,8 +340,8 @@ v.F() == v.(C.F)()
340
r.F() == r.(C.F)()
341
== r.(__C_F)()
342
== (*__C_F.((__TypeOf_C_F as RefBind(C)).Op(&r)))()
343
- == (*(&v as __RefBind_C_F*))()
344
- == (*(&v as __RefBind_C_F*)).(Call(()).Op)()
+ == (*(&r as __RefBind_C_F*))()
+ == (*(&r as __RefBind_C_F*)).(Call(()).Op)()
345
```
346
347
> **Note:** This rewrite results in a method call, but the rewrite is only
0 commit comments