Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeArg (0.14 sec)

  1. src/reflect/all_test.go

    		}
    		if IsRO(vout3) {
    			t.Errorf("set(conversion output) %v is RO, should not be", vout3)
    		}
    		if !IsRO(MakeRO(v1).Convert(t1)) {
    			t.Errorf("RO self-conversion output %v is not RO, should be", v1)
    		}
    		if !IsRO(MakeRO(v1).Convert(t2)) {
    			t.Errorf("RO conversion output %v is not RO, should be", v1)
    		}
    	}
    
    	// Assume that of all the types we saw during the tests,
    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