This commit is contained in:
parent
cfc0f87c49
commit
bdb1b9595f
2 changed files with 7 additions and 18 deletions
|
@ -38,7 +38,7 @@ func (v *Parameter) Debug() string {
|
|||
}
|
||||
|
||||
func (v *Parameter) String() string {
|
||||
return fmt.Sprintf("in[%d]", v.Index)
|
||||
return fmt.Sprintf("args[%d]", v.Index)
|
||||
}
|
||||
|
||||
func (v *Parameter) Type() types.Type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue