mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
1ba2074440
This CL changes types2's instance hashing logic to include position information for function-scope defined types as disambiguation. This isn't ideal, but it worked for getting nested.go passing. Updates #46592. Change-Id: Id83ba0001f44af69b81260306cc8b05e44fc4f09 Reviewed-on: https://go-review.googlesource.com/c/go/+/327170 Run-TryBot: Matthew Dempsky <mdempsky@google.com> Trust: Matthew Dempsky <mdempsky@google.com> Trust: Robert Griesemer <gri@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
4 lines
141 B
Text
4 lines
141 B
Text
0,3: main.T·2[int;int]
|
|
4,7: main.T·2[int;"".U·3[int;int]]
|
|
22,23: main.T·2["".Int;"".Int]
|
|
26,27: main.T·2["".Int;"".U·3["".Int;"".Int]]
|