From 25f0692e2c445fe26a3cdf1170b3fa0f34e12b24 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 3 Jan 2024 11:34:50 +0000 Subject: [PATCH] Go: Update expected results for `TypeParamType` --- .../semmle/go/Function/TypeParamType.expected | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/go/ql/test/library-tests/semmle/go/Function/TypeParamType.expected b/go/ql/test/library-tests/semmle/go/Function/TypeParamType.expected index 9d4860bc2888..bb614a4b41c5 100644 --- a/go/ql/test/library-tests/semmle/go/Function/TypeParamType.expected +++ b/go/ql/test/library-tests/semmle/go/Function/TypeParamType.expected @@ -1,3 +1,8 @@ +| E | Ordered | +| E | comparable | +| E | interface { } | +| E1 | interface { } | +| E2 | interface { } | | Edge | EdgeConstraint | | Edge | interface { } | | F | floaty | @@ -5,8 +10,14 @@ | Node | NodeConstraint | | Node | interface { } | | S | interface { } | +| S | interface { ~[]E } | +| S1 | interface { ~[]E1 } | +| S2 | interface { ~[]E2 } | | SF2 | interface { } | | SG2 | interface { } | +| T | Ordered | +| T | comparable | +| T | interface { string \| []uint8 } | | T | interface { } | | T1 | interface { } | | T2 | interface { } |