Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for issue38192 (0.38 sec)

  1. test/fixedbugs/issue38698.go

    Josh Bleecher Snyder <******@****.***> 1614021111 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 22 20:00:00 UTC 2021
    - 393 bytes
    - Viewed (0)
  2. src/go/internal/gccgoimporter/importer_test.go

    	{pkgpath: "issue31540", name: "S", gccgoVersion: 7, want: "type S struct{b int; map[Y]Z}"}, // should want "type S struct{b int; A2}" (issue  #44410)
    	{pkgpath: "issue34182", name: "T1", want: "type T1 struct{f *T2}"},
    	{pkgpath: "notinheap", name: "S", want: "type S struct{}"},
    }
    
    func TestGoxImporter(t *testing.T) {
    	testenv.MustHaveExec(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:17:57 UTC 2022
    - 7.2K bytes
    - Viewed (0)
Back to top