Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for si6 (0.09 sec)

  1. src/cmd/compile/internal/test/switch_test.go

    }
    type ST4 struct {
    }
    
    func (ST4) si4() {
    }
    
    type SI5 interface {
    	si5()
    }
    type ST5 struct {
    }
    
    func (ST5) si5() {
    }
    
    type SI6 interface {
    	si6()
    }
    type ST6 struct {
    }
    
    func (ST6) si6() {
    }
    
    type SI7 interface {
    	si7()
    }
    type ST7 struct {
    }
    
    func (ST7) si7() {
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 06 15:42:30 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top