commit | a9a6f59a4dc152a1cbcc306dcebbe118d7a2f4c4 | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Tue Sep 02 10:22:00 2014 +1000 |
committer | David Symonds <dsymonds@golang.org> | Tue Sep 02 11:17:23 2014 +1000 |
tree | d666cf01877413d9669b39db93060e6a678ae707 | |
parent | c8f2dfe784818c7fc4ea60f8f16f34797d21ca02 [diff] |
Use typechecked information to suppress type inference warning, where possible. This does not solve false positives in every situation; notably it will fail to work with multi-file packages; see #43. Fixes #7.