Files
codeql/go/ql/test/consistency/UnexpectedFrontendErrors.ql
2022-05-20 10:07:19 -07:00

12 lines
233 B
Plaintext

/**
* @name Unexpected frontend error
* @description This query produces a list of all errors produced by the Go frontend
* during extraction.
* @id go/unexpected-frontend-error
*/
import go
from Error e
select e