You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Units/parser-go.r/go-generics.d/expected.tags
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,9 @@ F0 input.go /^func F0[L ~[]M, M comparable, _, G any](s L, v M) int {$/;" f pack
13
13
N input.go /^func F1[N ~[]O, O comparable, _ any](s N, v O) int {$/;" Z func:x.F1 typeref:constraint:~[]O nth:0
14
14
O input.go /^func F1[N ~[]O, O comparable, _ any](s N, v O) int {$/;" Z func:x.F1 typeref:constraint:comparable nth:1
15
15
F1 input.go /^func F1[N ~[]O, O comparable, _ any](s N, v O) int {$/;" f package:x typeref:typename:int signature:(s N, v O) tparams:[N ~[]O, O comparable, _ any]
16
+
T input.go /^type List[T any] struct {$/;" Z struct:x.List typeref:constraint:any nth:0
17
+
List input.go /^type List[T any] struct {$/;" s package:x tparams:[T any]
18
+
next input.go /^ next *List[T]$/;" m struct:x.List typeref:typename:*List
19
+
value input.go /^ value T$/;" m struct:x.List typeref:typename:T
20
+
UUIDBuflen input.go /^ UUIDBuflen = 256$/;" c package:x
21
+
UUID input.go /^type UUID [UUIDBuflen]byte$/;" t package:x typeref:typename:[UUIDBuflen]byte
0 commit comments