d3344ed466
Fix bug where (a?.foo) was being incorrectly inferred to be non-nullable if `foo` was non-nullable. BUG= R=jmesserly@google.com Review-Url: https://codereview.chromium.org/2996523003 .