Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4df4a0f

Browse files
committed
Update expected test output for TypeParamType
1 parent 6958976 commit 4df4a0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
| Edge | EdgeConstraint |
22
| Edge | interface { } |
3+
| F | floaty |
34
| K | comparable |
45
| Node | NodeConstraint |
56
| Node | interface { } |
67
| S | interface { } |
78
| SF2 | interface { } |
89
| SG2 | interface { } |
910
| T | interface { } |
11+
| T1 | interface { } |
12+
| T2 | interface { } |
1013
| TF1 | interface { } |
1114
| TF2 | interface { } |
1215
| TG1 | interface { } |

0 commit comments

Comments
 (0)