blob: 4a31c8fa899bfbed179980758bed5967404531bf [file] [log] [blame]
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 = #C1;
static const field core::bool c = #C2;
static method main() dynamic {}
constants {
#C1 = <core::int*>[]
#C2 = true
}