Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for r23 (0.02 sec)

  1. src/reflect/all_test.go

    	*R19
    	*R20
    }
    
    type R14 R13
    type R15 R13
    type R16 R13
    
    type R17 struct {
    	*R21
    	*R22
    	*R23
    	*R24
    }
    
    type R18 R17
    type R19 R17
    type R20 R17
    
    type R21 struct {
    	X int
    }
    
    type R22 R21
    type R23 R21
    type R24 R21
    
    func TestEmbed(t *testing.T) {
    	typ := TypeOf(R0{})
    	f, ok := typ.FieldByName("X")
    	if ok {
    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