blob: a6e0582746eba234b6498fca39fb1ee0325490bc [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method test(core::List<core::int>? x) dynamic {
core::List<core::int> y = let final core::List<core::int>? #t1 = x in #t1 == null ?{core::List<core::int>} core::_GrowableList::•<core::int>(0) : #t1{core::List<core::int>};
core::List<core::int> z = y;
}