golang.org/x/tools/gopls@v0.15.3/internal/test/marker/testdata/diagnostics/issue60544.txt (about)

     1  This test exercises a crash due to treatment of "comparable" in methodset
     2  calculation (golang/go#60544).
     3  
     4  -min_go is 1.19 as the error message changed at this Go version.
     5  -- flags --
     6  -min_go=go1.19
     7  
     8  -- main.go --
     9  package main
    10  
    11  type X struct{}
    12  
    13  func (X) test(x comparable) {} //@diag("comparable", re"outside a type constraint")