]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: don't report not enough args error if call is undefined
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 9 Sep 2020 09:25:48 +0000 (16:25 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 12 Sep 2020 08:50:45 +0000 (08:50 +0000)
commit806f478499b57c5167fb5301101961b7563903d2
tree8c44ac6c8ac7d21e6b0704c33611e71c15ccc6ad
parent2c95e3a6a8377ca9c72608c25b4cf2506baf782f
cmd/compile: don't report not enough args error if call is undefined

Fixes #38745

Change-Id: I2fbd8b512a8cf911b81a087162c74416116efea5
Reviewed-on: https://go-review.googlesource.com/c/go/+/253678
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/typecheck.go
test/ddd1.go
test/fixedbugs/issue38745.go