commit | 1912632019fc8b57dddf5d7cb3fbd976088f7cc3 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Jan 25 18:23:20 2010 -0800 |
committer | Russ Cox <rsc@golang.org> | Mon Jan 25 18:23:20 2010 -0800 |
tree | 8a2e8246aebaaaf7d57b9cf6b13055bef78ba2a9 | |
parent | 3b1a0355b665f5cbc8bb6103579a0096acdfbbf5 [diff] |
runtime, type switch: eliminate package global name space assumption bonus: type switch now detects multiple uses of identical interface types. bonus: interface types are now order-independent, following the spec. R=ken2 CC=golang-dev https://golang.org/cl/194053