github.com/ltltlt/go-source-code@v0.0.0-20190830023027-95be009773aa/cmd/compile/internal/ssa/testdata/i22558.dlv-dbg-22558.nexts (about) 1 ./testdata/i22558.go 2 19: func test(t *thing, u *thing) { 3 20: if t.next != nil { 4 23: fmt.Fprintf(os.Stderr, "%s\n", t.name) 5 24: u.self = u 6 25: t.self = t 7 26: t.next = u 8 27: for _, p := range t.stuff { 9 28: if isFoo(t, p) { 10 29: return 11 43: }