Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestIssue61737 (0.29 sec)

  1. src/cmd/compile/internal/types2/api_test.go

    	} {
    		x := makeUnion(test.x)
    		y := makeUnion(test.y)
    		if got := Identical(x, y); got != test.want {
    			t.Errorf("Identical(%v, %v) = %t", test.x, test.y, got)
    		}
    	}
    }
    
    func TestIssue61737(t *testing.T) {
    	// This test verifies that it is possible to construct invalid interfaces
    	// containing duplicate methods using the go/types API.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  2. src/go/types/api_test.go

    	} {
    		x := makeUnion(test.x)
    		y := makeUnion(test.y)
    		if got := Identical(x, y); got != test.want {
    			t.Errorf("Identical(%v, %v) = %t", test.x, test.y, got)
    		}
    	}
    }
    
    func TestIssue61737(t *testing.T) {
    	// This test verifies that it is possible to construct invalid interfaces
    	// containing duplicate methods using the go/types API.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
Back to top