Files
sdk/pkg
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-08-19 17:52:57 +00:00
2019-07-12 15:51:23 +00:00
2019-09-04 22:55:56 +00:00