summaryrefslogtreecommitdiff
path: root/test/method6.go
Commit message (Collapse)AuthorAgeFilesLines
* [dev.typeparams] test: enable some more errorcheck testsRobert Griesemer2020-12-041-1/+1
| | | | | | | | | Change-Id: I103e3eeacd5b11efd63c965482a626878ba5ac81 Reviewed-on: https://go-review.googlesource.com/c/go/+/275216 Trust: Robert Griesemer <gri@golang.org> Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
* cmd/compile: add two error position tests for the typecheckerTobias Klauser2017-10-121-0/+22
Follow CL 41477 and add two more line position tests for yyerror calls in the typechecker which are currently not tested. Update #19683 Change-Id: Iacd865195a3bfba87d8c22655382af267aba47a9 Reviewed-on: https://go-review.googlesource.com/70251 Reviewed-by: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Matthew Dempsky <mdempsky@google.com>