Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertFunction (0.13 sec)

  1. src/internal/types/testdata/check/issues0.go

    // (issue #26124).
    const CC TT = 1
    type TT int
    func (TT) MM() [CC]TT
    
    // Reduced test case from issue #26124.
    const preloadLimit LNumber = 128
    type LNumber float64
    func (LNumber) assertFunction() *LFunction
    type LFunction struct {
    	GFunction LGFunction
    }
    type LGFunction func(*LState)
    type LState struct {
    	reg *registry
    }
    type registry struct {
    	alloc *allocator
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 18:13:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top