Files
codeql/go/ql/test/extractor-tests/diagnostics/CONSISTENCY/UnexpectedFrontendErrors.expected
2024-09-05 21:12:40 +01:00

10 lines
486 B
Plaintext

| -:0:0:0:0 | package ; expected package main |
| broken2/test1.go:4:2:4:2 | undefined: fmt |
| broken2/test1.go:5:2:5:2 | undefined: fmt |
| broken2/test1.go:5:14:5:14 | undefined: a |
| broken2/test.go:3:1:3:1 | expected 'package', found pac |
| broken2/test.go:3:1:3:1 | expected 'package', found pac |
| broken2/test.go:3:4:3:4 | expected 'IDENT', found newline |
| broken2/test.go:3:5:3:5 | expected ';', found 'EOF' |
| broken/test.go:7:1:7:1 | expected declaration, found This |