Fixes a very obscure bug in ControlFlowAnalyzer.

In TypeTightener, we create synthetic references between an instance method and its staticImpl, to guard against the case where the instance method inlines the static (thus losing the direct reference) but some call site later rebinds to the staticImpl.  Turns out, we need to do the same in CFA.

Found by: mike.aizatsky
Review by: cromwellian



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6532 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed