Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uvmexp (0.31 sec)

  1. src/reflect/all_test.go

    		}
    	}
    }
    
    type unexp struct{}
    
    func (*unexp) f() (int32, int8) { return 7, 7 }
    func (*unexp) g() (int64, int8) { return 8, 8 }
    
    type unexpI interface {
    	f() (int32, int8)
    }
    
    func TestUnexportedMethods(t *testing.T) {
    	typ := TypeOf(new(unexp))
    	if got := typ.NumMethod(); got != 0 {
    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