1
0
mirror of https://github.com/golang/go synced 2024-10-01 07:28:35 -06:00
go/ssa/interp/testdata
Alan Donovan 0f26bbae8f go.tools/ssa: fix bug in code emitted for ast.TypeAssertExpr.
var x I = ...
x.(E) may fail dynamically (iff x is nil).

Added a testcase.

R=gri
CC=golang-dev
https://golang.org/cl/10237045
2013-06-13 17:31:32 -04:00
..
boundmeth.go go.tools/ssa: add support for bound-method closures. 2013-05-22 17:56:18 -04:00
coverage.go go.tools/ssa: fix bug in code emitted for ast.TypeAssertExpr. 2013-06-13 17:31:32 -04:00
ifaceprom.go go.tools/ssa: fix bug in makeBridgeMethod for promoted interfaces. 2013-05-31 16:36:03 -04:00
mrvchain.go go.tools: add go/types, ssa, and cmd/vet 2013-05-17 13:20:39 -07:00