- moved ident and typ expr checking into typexpr.go - as a result, fewer parameters are needed for expr checking - forward-chain type decls of the form type ( A B; B C; C *A) etc. so that cycles are getting the right types in all cases - fixed several corner case bugs, added more test cases R=adonovan CC=golang-dev https://golang.org/cl/10773043 |
||
---|---|---|
.. | ||
exact | ||
types |