]> Cypherpunks repositories - gostls13.git/commit
allow
authorRuss Cox <rsc@golang.org>
Fri, 26 Jun 2009 01:19:05 +0000 (18:19 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 26 Jun 2009 01:19:05 +0000 (18:19 -0700)
commit5851a1b5ad4edd46a433336e3c1e79eb7e7bd43f
tree266a105af904f399a311a2e1ce177b190cdf2669
parent1ea28570ecd3012ba6a99f9d94dc548ca44a4a77
allow

package main
type t interface
type t interface{ m(map[t]bool) }
type m map[t] int

making it work without the forward declaration will require a second pass.

R=ken
OCL=30773
CL=30773
src/cmd/gc/subr.c