summaryrefslogtreecommitdiff
path: root/test/interface/receiver1.go
AgeCommit message (Collapse)AuthorFilesLines
2010-06-08gc: new typechecking rulesRuss Cox1-31/+40
* Code for assignment, conversions now mirrors spec. * Changed some snprint -> smprint. * Renamed runtime functions to separate interface conversions from type assertions: convT2I, assertI2T, etc. * Correct checking of \U sequences. Fixes issue 840. Fixes issue 830. Fixes issue 778. R=ken2 CC=golang-dev http://codereview.appspot.com/1303042
2009-09-14fix "declared and not used" in tests;Russ Cox1-0/+6
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox1-0/+43
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191