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>
15 lines
338 B
Plaintext
15 lines
338 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::bool c = #C3;
|
|
static method main() → dynamic {}
|
|
|
|
constants {
|
|
#C1 = <core::int*>[]
|
|
#C2 = <core::int?>[]
|
|
#C3 = false
|
|
}
|