Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTypeOfTypeOf (0.21 sec)

  1. src/reflect/all_test.go

    }
    
    func rep(n int, b []byte) []byte { return bytes.Repeat(b, n) }
    func join(b ...[]byte) []byte    { return bytes.Join(b, nil) }
    func lit(x ...byte) []byte       { return x }
    
    func TestTypeOfTypeOf(t *testing.T) {
    	// Check that all the type constructors return concrete *rtype implementations.
    	// It's difficult to test directly because the reflect package is only at arm's length.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top