Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for issue28281c (0.09 sec)

  1. src/internal/types/testdata/fixedbugs/issue28251.go

    // license that can be found in the LICENSE file.
    
    // This file contains test cases for various forms of
    // method receiver declarations, per the spec clarification
    // https://golang.org/cl/142757.
    
    package issue28251
    
    // test case from issue28251
    type T struct{}
    
    type T0 = *T
    
    func (T0) m() {}
    
    func _() { (&T{}).m() }
    
    // various alternative forms
    type (
            T1 = (((T)))
    )
    
    func ((*(T1))) m1() {}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 17:24:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. test/fixedbugs/issue22881.go

    Vladimir Kuzmin <******@****.***> 1521015403 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 20 01:47:07 UTC 2018
    - 2K bytes
    - Viewed (0)
Back to top