Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ResultList (0.1 sec)

  1. src/cmd/compile/internal/syntax/parser.go

    			p.next()
    		} else {
    			tparamList = p.paramList(nil, nil, _Rbrack, true)
    		}
    	}
    
    	p.want(_Lparen)
    	typ.ParamList = p.paramList(nil, nil, _Rparen, false)
    	typ.ResultList = p.funcResult()
    
    	return tparamList, typ
    }
    
    // "[" has already been consumed, and pos is its position.
    // If len != nil it is the already consumed array length.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
Back to top