File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
go/ql/test/query-tests/Diagnostics Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 5
5
| bad.go:3:5:3:5 | expected 'IDENT', found newline |
6
6
| bad.go:5:1:5:1 | expected ';', found wnvwun |
7
7
| badimport.go:6:2:6:2 | invalid import path (invalid character U+007B '{') |
8
- | badimport.go:6:2:6:2 | malformed import path "github.com/pkg{}": invalid char '{' |
9
8
| type.go:11:9:11:9 | cannot use v (variable of type V) as T value in argument to takesT |
Original file line number Diff line number Diff line change 1
1
| Extraction failed in query-tests/Diagnostics/badimport.go with error invalid import path (invalid character U+007B '{') | 2 |
2
- | Extraction failed in query-tests/Diagnostics/badimport.go with error malformed import path "github.com/pkg{}": invalid char '{' | 2 |
3
2
| Extraction failed in query-tests/Diagnostics/type.go with error cannot use v (variable of type V) as T value in argument to takesT | 2 |
4
3
| Extraction failed with error expected ';', found wnvwun | 2 |
5
4
| Extraction failed with error expected 'IDENT', found newline | 2 |
You can’t perform that action at this time.
0 commit comments