BugZ struct There are no tags here, so S should not appear.
| 1108 | // BugZ struct |
| 1109 | // There are no tags here, so S should not appear. |
| 1110 | type BugZ struct { |
| 1111 | BugA |
| 1112 | BugC |
| 1113 | BugY // Contains a tagged S field through BugD; should not dominate. |
| 1114 | } |
| 1115 | |
| 1116 | // FfFuzz struct |
| 1117 | type FfFuzz struct { |
nothing calls this directly
no outgoing calls
no test coverage detected