From: Robert Griesemer Date: Wed, 20 May 2009 18:10:18 +0000 (-0700) Subject: removed TODO X-Git-Tag: weekly.2009-11-06~1596 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c1fd171d182e190730fdf8f89fc26b76e2faf16a;p=gostls13.git removed TODO (new rules on type compatibility cover this already) DELTA=2 (0 added, 2 deleted, 0 changed) OCL=29094 CL=29096 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index e065ed2f10..7e66b6542f 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -13,8 +13,6 @@ Todo's: a T struct { a b int }. [ ] should probably write something about evaluation order of statements even though obvious -[ ] document new assignment rules (for named types on either side of an - assignment, the types must be identical) [ ] document T.m mechanism to obtain a function from a method -->