Files
codeql/go/ql/test/query-tests/Diagnostics/ExtractionErrors.expected
2025-02-11 22:04:10 +00:00

8 lines
641 B
Plaintext

| Extraction failed in badimport.go with error invalid import path (invalid character U+007B '{') | 2 |
| Extraction failed in type.go with error cannot use v (variable of int type V) as T value in argument to takesT | 2 |
| Extraction failed with error expected ';', found wnvwun | 2 |
| Extraction failed with error expected 'IDENT', found newline | 2 |
| Extraction failed with error expected 'package', found avvu | 2 |
| Extraction failed with error malformed import path "github.com/github/codeql-go/ql/test/query-tests/Diagnostics/invalid{": invalid char '{' | 2 |
| Extraction failed with error package ; expected package main | 2 |