MCPcopy Create free account
hub / github.com/pquerna/ffjson / BugY

Struct BugY

tests/ff.go:1103–1106  ·  view source on GitHub ↗

BugY struct BugD's tagged S field should dominate BugA's.

Source from the content-addressed store, hash-verified

1101// BugY struct
1102// BugD's tagged S field should dominate BugA's.
1103type BugY struct {
1104 BugA
1105 BugD
1106}
1107
1108// BugZ struct
1109// There are no tags here, so S should not appear.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected