1
0
mirror of https://github.com/golang/go synced 2024-11-21 19:04:44 -07:00

removed TODO

(new rules on type compatibility cover this already)

DELTA=2  (0 added, 2 deleted, 0 changed)
OCL=29094
CL=29096
This commit is contained in:
Robert Griesemer 2009-05-20 11:10:18 -07:00
parent 56809d0ade
commit c1fd171d18

View File

@ -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
-->