blob: ead8d8817967dfebb51339b0edb557c6bd8d5b50 [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::num> y = let final core::List<core::int>? #t1 = x in #t1 == null ?{core::List<core::num>} <core::num>[] : #t1{core::List<core::int>};
}