]> Cypherpunks repositories - gostls13.git/commitdiff
removed TODO
authorRobert Griesemer <gri@golang.org>
Wed, 20 May 2009 18:10:18 +0000 (11:10 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 20 May 2009 18:10:18 +0000 (11:10 -0700)
(new rules on type compatibility cover this already)

DELTA=2  (0 added, 2 deleted, 0 changed)
OCL=29094
CL=29096

doc/go_spec.html

index e065ed2f10a337d4bb6af1a30a481dd17345382f..7e66b6542f57401e7391bbf9f7c6abe9e3b8b883 100644 (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
 -->