Skip to content

Commit adeeaa5

Browse files
committed
Go: Accept new test results
1 parent f06807d commit adeeaa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go/ql/test/library-tests/semmle/go/Function/TypeParamType.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
| E | Ordered |
22
| E | comparable |
33
| E | interface { } |
4+
| E | interface { ~uint16 \| ~uint32 } |
45
| E1 | interface { } |
56
| E2 | interface { } |
67
| Edge | EdgeConstraint |
78
| Edge | interface { } |
89
| F | floaty |
910
| K | comparable |
11+
| K | interface { } |
12+
| N | interface { int64 \| uint64 } |
1013
| Node | NodeConstraint |
1114
| Node | interface { } |
1215
| S | interface { } |
@@ -15,6 +18,7 @@
1518
| S2 | interface { ~[]E2 } |
1619
| SF2 | interface { } |
1720
| SG2 | interface { } |
21+
| Slice | interface { ~[]E } |
1822
| T | Ordered |
1923
| T | comparable |
2024
| T | interface { string \| []uint8 } |
@@ -27,4 +31,5 @@
2731
| TG2 | interface { } |
2832
| U | interface { } |
2933
| V | interface { int64 \| float64 } |
34+
| V | interface { } |
3035
| bytes | interface { []uint8 \| string } |

0 commit comments

Comments
 (0)