diff options
author | Russ Cox <rsc@golang.org> | 2009-06-25 18:19:05 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-06-25 18:19:05 -0700 |
commit | 34daf17ae95d9da33f573085841a99a34129f41e (patch) | |
tree | 266a105af904f399a311a2e1ce177b190cdf2669 /doc/progs/helloworld3.go | |
parent | a4895d5ee7224fe0a79cb87a6543d9623db3aa7f (diff) | |
download | golang-34daf17ae95d9da33f573085841a99a34129f41e.tar.gz |
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
Diffstat (limited to 'doc/progs/helloworld3.go')
0 files changed, 0 insertions, 0 deletions