]> Cypherpunks repositories - gostls13.git/commit
go/types: record CallExpr result type even if argument is invalid
authorAlan Donovan <adonovan@google.com>
Thu, 14 Apr 2016 17:41:32 +0000 (13:41 -0400)
committerAlan Donovan <adonovan@google.com>
Thu, 14 Apr 2016 18:02:31 +0000 (18:02 +0000)
commit170c1b479bcd089eb8f76c8de6e5d44c6c4dbaa8
tree06b5ea753e0a2db7b242369be26bee70b44fb30f
parent67cdec00c256d817fc3d2c099fa1830c8f446923
go/types: record CallExpr result type even if argument is invalid

+ test

Fixes #15305

Change-Id: Ica657c00c92f0b19f0df7452cdbe5a95d23cc8a4
Reviewed-on: https://go-review.googlesource.com/22085
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/api_test.go
src/go/types/call.go