blob: 31639452af24b374928844eca7979d53f71a312a [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static const field core::List<core::int> a = const <core::int>[];
static const field core::List<core::int?> b = const <core::int?>[];
static const field core::bool c = core::identical(self::a, self::b);
static method main() dynamic
;