mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Tests are no longer fooled by type aliases
This commit is contained in:
@@ -29,9 +29,7 @@
|
||||
| generic.go:47:6:47:16 | MyInterface | github.com/github/codeql-go/ql/test/library-tests/semmle/go/Types.MyInterface |
|
||||
| generic.go:67:6:67:22 | HasBlankTypeParam | github.com/github/codeql-go/ql/test/library-tests/semmle/go/Types.HasBlankTypeParam |
|
||||
| generic.go:68:6:68:23 | HasBlankTypeParams | github.com/github/codeql-go/ql/test/library-tests/semmle/go/Types.HasBlankTypeParams |
|
||||
| generic.go:82:6:82:14 | GenericArray | github.com/github/codeql-go/ql/test/library-tests/semmle/go/Types.GenericArray |
|
||||
| generic.go:84:6:84:21 | GenericSignature | github.com/github/codeql-go/ql/test/library-tests/semmle/go/Types.GenericSignature |
|
||||
| generic.go:85:6:85:26 | GenericSignature | github.com/github/codeql-go/ql/test/library-tests/semmle/go/Types.GenericSignature |
|
||||
| interface.go:3:6:3:7 | i0 | github.com/github/codeql-go/ql/test/library-tests/semmle/go/Types.i0 |
|
||||
| interface.go:5:6:5:7 | i1 | github.com/github/codeql-go/ql/test/library-tests/semmle/go/Types.i1 |
|
||||
| interface.go:9:6:9:7 | i2 | github.com/github/codeql-go/ql/test/library-tests/semmle/go/Types.i2 |
|
||||
|
||||
@@ -29,9 +29,7 @@
|
||||
| generic.go:47:6:47:16 | MyInterface | MyInterface |
|
||||
| generic.go:67:6:67:22 | HasBlankTypeParam | HasBlankTypeParam |
|
||||
| generic.go:68:6:68:23 | HasBlankTypeParams | HasBlankTypeParams |
|
||||
| generic.go:82:6:82:14 | GenericArray | GenericArray |
|
||||
| generic.go:84:6:84:21 | GenericSignature | GenericSignature |
|
||||
| generic.go:85:6:85:26 | GenericSignature | GenericSignature |
|
||||
| interface.go:3:6:3:7 | i0 | i0 |
|
||||
| interface.go:5:6:5:7 | i1 | i1 |
|
||||
| interface.go:9:6:9:7 | i2 | i2 |
|
||||
|
||||
Reference in New Issue
Block a user