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
The text was updated successfully, but these errors were encountered:
connor-strata
changed the title
Allow structs to have multiple embedded 'Anonymous' structs when only the first has methods
Embedding of 'Anonymous' structs is broken
Aug 28, 2024
The following program
sample.go
triggers an unexpected resultExpected result
{"secret":"secret-string","val":"value-string"}
Got
{"Inner":{"secret":"secret-string"},"val":"value-string"}
Yaegi Version
v0.16.0
Additional Notes
This behavior changed between v0.15.1 and v0.16.0 by this commit (line).
The text was updated successfully, but these errors were encountered: