Files
sdk/pkg/analyzer/lib
Konstantin Shcheglov 68ba13e4e8 With NNBD null-shorting is performed.
So, the type of `a?.b.c` is nullable, but the type of `c` is not.
Everything after `a?` is just not executed if `a` is null.

R=brianwilkerson@google.com

Change-Id: I705051080b8cc2bb5014355688561b0f3dccc0d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/115660
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2019-09-05 16:44:13 +00:00
..
2019-09-03 21:31:54 +00:00
2019-07-10 13:46:43 +00:00
2019-09-05 16:44:13 +00:00
2019-07-10 13:46:43 +00:00