go.test: update issue4458.go for recent change
This commit is contained in:
parent
5cfb06b61b
commit
5d2d79c8d9
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ func (T) foo() {}
|
|||
func main() {
|
||||
av := T{}
|
||||
pav := &av
|
||||
(**T).foo(&pav) // ERROR "no method foo|requires named type or pointer to named"
|
||||
(**T).foo(&pav) // ERROR "no method|requires named type or pointer to named"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue