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
What steps will reproduce the problem?
- see test case test/bugs/424.dir/*
- http://golang.org/cl/5695083
What is the expected output? What do you see instead?
- In all cases, the same local method main.localT.m should be called. However, in the
case of type myT3 (which is the same as myT2 except that the embedded fields are in a
different order), the wrong non-exported method m from package lib is invoked instead.
This is clearly a compiler/runtime bug. The spec is not clear on this topic but the
issue remains valid. There are related issues 1536, 1550, and 1551 (main issue).
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: