BugD struct
| 1095 | |
| 1096 | // BugD struct |
| 1097 | type BugD struct { // Same as BugA after tagging. |
| 1098 | XXX string `json:"S"` |
| 1099 | } |
| 1100 | |
| 1101 | // BugY struct |
| 1102 | // BugD's tagged S field should dominate BugA's. |
nothing calls this directly
no outgoing calls
no test coverage detected