You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the line labelled THIS present, the program properly outputs: {bar main func(*main.Bar) main.Iface <func(*main.Bar) main.Iface Value> 0}
However, with the THIS line commented out, the program fails to output anything at all. The difference in output indicates that something is off since the line in question only pertains to the Foo type, while the subsequent lines only pertain to the Bar type.
This may be related to the comment by @reusee in #15673
Using
7b9d3ff
Consider the following program:
With the line labelled
THIS
present, the program properly outputs:{bar main func(*main.Bar) main.Iface <func(*main.Bar) main.Iface Value> 0}
However, with the
THIS
line commented out, the program fails to output anything at all. The difference in output indicates that something is off since the line in question only pertains to theFoo
type, while the subsequent lines only pertain to theBar
type.This may be related to the comment by @reusee in #15673
/cc @crawshaw, @reusee, @rsc
The text was updated successfully, but these errors were encountered: