File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
go/ql/test/library-tests/semmle/go/Function Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
| E | Ordered |
2
2
| E | comparable |
3
3
| E | interface { } |
4
+ | E | interface { ~uint16 \| ~uint32 } |
4
5
| E1 | interface { } |
5
6
| E2 | interface { } |
6
7
| Edge | EdgeConstraint |
7
8
| Edge | interface { } |
8
9
| F | floaty |
9
10
| K | comparable |
11
+ | K | interface { } |
12
+ | N | interface { int64 \| uint64 } |
10
13
| Node | NodeConstraint |
11
14
| Node | interface { } |
12
15
| S | interface { } |
15
18
| S2 | interface { ~[]E2 } |
16
19
| SF2 | interface { } |
17
20
| SG2 | interface { } |
21
+ | Slice | interface { ~[]E } |
18
22
| T | Ordered |
19
23
| T | comparable |
20
24
| T | interface { string \| []uint8 } |
27
31
| TG2 | interface { } |
28
32
| U | interface { } |
29
33
| V | interface { int64 \| float64 } |
34
+ | V | interface { } |
30
35
| bytes | interface { []uint8 \| string } |
You can’t perform that action at this time.
0 commit comments