(Diagnostics)
| 165 | type DiagnosticWriter interface { |
| 166 | WriteDiagnostic(*Diagnostic) error |
| 167 | WriteDiagnostics(Diagnostics) error |
| 168 | } |
| 169 | |
| 170 | // DiagnosticExtraUnwrapper is an interface implemented by values in the |
no outgoing calls
no test coverage detected