]> Cypherpunks.ru repositories - gostls13.git/commit
types2, go/types: record final type for min/max arguments
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sun, 25 Jun 2023 15:59:33 +0000 (22:59 +0700)
committerGopher Robot <gobot@golang.org>
Mon, 26 Jun 2023 17:08:05 +0000 (17:08 +0000)
commitb3ca8d2b3c78d36595c534de0ca604e7d3e37123
treed4f7fed7fc804159af92202b1a19747c2aa5b543
parentee361ce66ca5c8923e636348aba559a5e5c76c15
types2, go/types: record final type for min/max arguments

Fixes #60991

Change-Id: I6130ccecbdc209996dbb376491be9df3b8988327
Reviewed-on: https://go-review.googlesource.com/c/go/+/506055
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/types2/builtins.go
src/go/types/builtins.go
test/fixedbugs/issue60991.go [new file with mode: 0644]