Fix a class of compiler bugs related to staticImpl.

Ran into this general class of issue... originally I set out to add staticImpl handling logic to a couple more places, such as ImplicitUpcastAnalyzer.  But the more I thought about it, the more it struck me as a real wart, and one that's not giving us much value.  Perhaps even negative value by causing code bloat.  I think it's much simpler to just never inline staticImpls into the calling virtual method.

http://gwt-code-reviews.appspot.com/1428804/


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10091 8db76d5a-ed1c-0410-87a9-c151d255dfc7
5 files changed