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>
13 lines
275 B
Plaintext
13 lines
275 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 method main() → void {}
|
|
|
|
constants {
|
|
#C1 = <Null>[]
|
|
#C2 = <core::int?>[]
|
|
}
|