]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/types2: adjusted qualified identifier error...
authorRobert Griesemer <gri@golang.org>
Wed, 9 Dec 2020 06:01:22 +0000 (22:01 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 9 Dec 2020 23:56:19 +0000 (23:56 +0000)
commit43c7b214dba8b2a5bfd7d22b66b875865d0aa0f2
treeb8c8e84b74da69e4fa582fa844b0fc5ec7c52d64
parent6812eae2e2b9c69a4046a615f00c83fe9543ffe3
[dev.typeparams] cmd/compile/internal/types2: adjusted qualified identifier error message for compiler

Also: Triaged/adjusted some more test/fixedbugs tests.
Change-Id: I050847b6dfccc7f301f8100bfdbe84e0487e33fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/276512
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
22 files changed:
src/cmd/compile/internal/types2/call.go
test/fixedbugs/issue11326.go
test/fixedbugs/issue11674.go
test/fixedbugs/issue11737.go
test/fixedbugs/issue13365.go
test/fixedbugs/issue13471.go
test/fixedbugs/issue13480.go
test/fixedbugs/issue13485.go
test/fixedbugs/issue13539.go
test/fixedbugs/issue13559.go
test/fixedbugs/issue14136.go
test/fixedbugs/issue14321.go
test/fixedbugs/issue14729.go
test/fixedbugs/issue15055.go
test/fixedbugs/issue15898.go
test/fixedbugs/issue16439.go
test/fixedbugs/issue16949.go
test/fixedbugs/issue6402.go
test/fixedbugs/issue6572.go
test/initloop.go
test/run.go
test/runtime.go