Summary: This is unsound but will help the analysis to report less false alarms with the common pattern: if (a.get() != null) { a.get().foo(); } Reviewed By: sblackshear Differential Revision: D5528227 fbshipit-source-id: 750db4a