| 179 | } |
| 180 | |
| 181 | type S struct { |
| 182 | Exported1 interface{} |
| 183 | Exported2 Nested |
| 184 | notExported1 interface{} |
| 185 | notExported2 Nested |
| 186 | } |
| 187 | |
| 188 | type S2 struct { |
| 189 | foo interface{} |
nothing calls this directly
no outgoing calls
no test coverage detected