c1a401c5da
Closes #44641. Closes #44246. Bug: https://github.com/dart-lang/sdk/issues/44641 Bug: https://github.com/dart-lang/sdk/issues/44246 Change-Id: I78cb0514a57ab3adafb3639b09ea8930791da030 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/179340 Commit-Queue: Dmitry Stefantsov <dmitryas@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
18 lines
538 B
Plaintext
18 lines
538 B
Plaintext
library /*isNonNullableByDefault*/;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static const field core::List<core::int> a = #C1;
|
|
static const field core::List<core::int?> b = #C2;
|
|
static const field core::Set<core::List<core::int?>> c = #C6;
|
|
static method main() → dynamic {}
|
|
|
|
constants {
|
|
#C1 = <core::int*>[]
|
|
#C2 = <core::int?>[]
|
|
#C3 = null
|
|
#C4 = <dynamic>[#C1, #C3, #C2, #C3]
|
|
#C5 = core::_ImmutableMap<core::List<core::int?>*, Null> {_kvPairs:#C4}
|
|
#C6 = col::_UnmodifiableSet<core::List<core::int?>*> {_map:#C5}
|
|
}
|