func TestGetIndexExprData(t *testing.T) { … } func TestFuncOriginRecursive(t *testing.T) { … } func TestFuncOriginUses(t *testing.T) { … } // Issue #60628 was a crash in gopls caused by inconsistency (#60634) between // LookupFieldOrMethod and NewFileSet for methods with an illegal // *T receiver type, where T itself is a pointer. // This is a regression test for the workaround in the (now deleted) OriginMethod. func TestFuncOrigin60628(t *testing.T) { … } func TestGenericAssignableTo(t *testing.T) { … }