Files
sdk/pkg/kernel/lib
Dmitry Stefantsov 2875b1bcce [kernel][nnbd] Keep declared nullability on type parameter types
Programmers can use nullability modifiers on type parameters when using
them as types.  However, the actual nullability of such types is
calculated from that and also from the bound of the type parameter, and
from the promoted bound if it has it.  Previously, the final result of
the nullability calculation was stored on the type.  This CL also stores
the nullability declared by the programmer.

Change-Id: Iabbddc1e8a477678975190fa00bf702c914f7777
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111424
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Dmitry Stefantsov <dmitryas@google.com>
2019-07-31 11:38:23 +00:00
..
2019-02-25 12:17:54 +00:00
2018-03-15 12:22:23 +00:00
2019-04-26 07:18:28 +00:00
2019-04-11 11:43:23 +00:00
2019-01-29 13:29:32 +00:00
2019-03-13 06:46:21 +00:00