BugX struct Legal Go: We never use the repeated embedded field (S).
| 1088 | // BugX struct |
| 1089 | // Legal Go: We never use the repeated embedded field (S). |
| 1090 | type BugX struct { |
| 1091 | A int |
| 1092 | BugA |
| 1093 | BugB |
| 1094 | } |
| 1095 | |
| 1096 | // BugD struct |
| 1097 | type BugD struct { // Same as BugA after tagging. |
nothing calls this directly
no outgoing calls
no test coverage detected