DEBSOURCES
Skip Quicknav
sources / golang-github-kubernetes-gengo / 0.0~git20250207.1244d31-1 / v2 / parser / testdata / generic / file.go
123456
package foo type Blah[T any] struct { // V is the first field. V T `json:"v"` }